Unit Converter

Convert in the browser across eight categories: length, weight (metric + US customary), temperature (°C / °F / K via Celsius base), area, volume (metric + US kitchen), speed, time, and digital data (bits and bytes with binary KB–TB = 1024^n). Pick from/to units, swap, live result with formula line and per-category reference tips — no network.

unitsconvertermath

Category: Data & Text Processing

Formula: 1 Millimeter = 0.1 Centimeter

0.1

Output is in Centimeter (cm)

Common conversions

  • 1 inch = 2.54 cm
  • 1 foot = 30.48 cm
  • 1 yard = 0.9144 m
  • 1 mile ≈ 1.609 km
  • 1 km ≈ 0.621371 miles
  • 1 m = 100 cm

What you can convert

Choose a category tab — Length, Weight, Temperature, Area, Volume, Speed, Time, or Data — then pick a source unit and a target unit. Enter any decimal number (commas are stripped). The result updates immediately, shows which unit you converted into, and displays a short formula line: for most categories this is the numeric factor relating one unit of the source to the target; for temperature it surfaces the familiar linear formulas when Celsius, Fahrenheit, or Kelvin are involved, otherwise notes conversion through Celsius as the internal pivot.

How conversions are calculated

Length, weight, area, volume, speed, and time all normalize to a single SI-style base value per category (meters, kilograms, square meters, cubic meters, meters per second, seconds, bytes) using fixed internationally agreed factors. Temperature first converts to Celsius, transforms, then converts out. Digital data treats one byte as eight bits and uses powers of 1024 for KB through TB, matching common operating-system reporting.

Tips panel and formatting

Below the converter, a bullet list per category reminds you of everyday reference points (for example US gallon to liters or mph to km/h). Very large or tiny magnitudes switch to scientific notation for readability. Use Swap to exchange the two units without retyping the value, or Reset to 1 for a quick sanity check.

Privacy

All math runs locally in your browser. No values are sent to Dynamic Duniya servers.

Frequently Asked Questions

Are KB/MB based on 1000 or 1024?

This tool uses binary prefixes: 1 KB = 1024 bytes, 1 MB = 1024 KB, and so on — the same convention many OS disk and RAM readouts use.

Can I convert currencies?

No. This page is for physical and digital units only. Use a dedicated currency tool with live rates when you need money conversion.

Why does my result show scientific notation?

Very large or very small absolute values are shown in exponential form so the layout stays readable.

Is this accurate for engineering or medical dosing?

Factors follow standard reference values for everyday use. For regulated or safety-critical work, verify against your official standards body and measurement procedure.

Is the Unit Converter free?

Yes. No signup is required.

Tips

Quick guidance for using our tools safely and effectively.

Privacy

Files are processed on the server for conversion only and are not used for training or shared with third parties.

Best results

Use the formats suggested in each tool. Large media files may take longer — keep the tab open until processing finishes.

Need something else?

Browse related tools below or explore other categories from the main Dev Tools hub.

Related tools

More utilities in the same category.

CSV ↔ JSON Converter

New

Switch CSV → JSON or JSON → CSV. RFC 4180–style CSV parsing (quoted fields, doubled quotes), delimiter choice for import (comma, semicolon, tab, pipe), optional header row or col1… keys, pretty or minified JSON, stats after convert. JSON → CSV needs a non-empty array of objects; union of keys becomes columns; output CSV uses commas. Upload .csv/.json, load examples, copy, or download output.json / output.csv — all client-side.

csvjson+1

List Delimiter & Formatter

New

Paste a spreadsheet column or any list: explode on newlines, whitespace, commas, or semicolons; trim and filter empty cells; optionally dedupe. Join records with comma, semicolon, pipe, space, or newline; wrap each value in single or double quotes (escaped); optional per-record HTML/XML tags; optional groups of N with wrap tags; tidy mode strips newlines from the final string. Live preview, copy, select-all — all client-side.

delimitercomma+3

JSON ↔ YAML Converter

New

Convert JSON to YAML or YAML to JSON in the browser with js-yaml: JSON.parse + YAML dump (2-space indent, 120-char wrap) or yaml.load + pretty JSON (2-space indent). Debounced live conversion as you type, line numbers on both sides, Convert now, copy, and download output.yaml / output.json.

jsonyaml+1

JSON Visual Editor

New

Paste or upload JSON and edit it with an auto-generated form — add array items, update fields, download valid JSON. No coding required; runs entirely in your browser.

jsoneditor+5

XML ↔ JSON Converter

New

Convert XML to JSON or JSON to XML in the browser with fast-xml-parser: attributes map to configurable-prefixed keys (default @), trimmed text nodes, optional compact output, optional UTF-8 XML declaration on JSON→XML, and a root wrapper for bare arrays or scalars. Convert on demand, character/node estimate, copy, download output.json / output.xml.

xmljson+1

CSV to XML Converter

New

Paste or upload CSV up to 5 MB with auto or fixed delimiters (comma, semicolon, tab, pipe), optional header row and cell trim, then build XML with your root and row tag names, child elements or row attributes, XML declaration toggle, and 2- or 4-space indent. Preview with basic syntax coloring or raw textarea, DOMParser validity check, character and line counts, copy, and download as a basename-converted.xml file—all in the browser.

csvxml+4