Unit Converter
Length, weight, volume and area — metric ↔ imperial
Conversion
About
Convert between metric and imperial units for length, weight, volume, and area. Enter a value, pick the source and target units, and read the converted result. Everything runs in your browser.
Examples
Convert 100 kilometers to miles
category: Length
from: kilometer (100)
to: mile100 km = 62.137 miUses the exact 1 km = 1/1.609344 mi definition, so the result is reproducible to the last decimal.
Convert 5 kilograms to pounds and ounces
category: Weight
from: kilogram (5)
to: pound, ounce5 kg = 11.023 lb = 176.37 ozThe same input maps to multiple imperial units at once, useful for shipping forms that mix unit systems.
About this tool
Unit Converter translates values across four measurement categories — length, weight, volume, and area — with full coverage of both metric and imperial units. Conversions are bidirectional, so you can enter either side of the pair and read the result in the other.
All factors come from the standard SI-based definitions, so results match what you would get from NIST SP 811. Conversion runs entirely in your browser; your values never leave your device.
How to use
Pick a category
Choose length, weight, volume or area from the category selector to load the supported units.
Enter a value
Type a number in the From field and pick its unit. The result appears instantly in the To field.
Adjust precision
Set the number of decimal places shown so the output matches the precision your use case needs.
Use cases
Converting between metric and imperial
Quickly translate a recipe, a measurement, or a data sheet from one unit system to the other without launching a separate calculator.
Validating internationalized forms
Confirm that a back-end conversion of a user-entered value matches the expected output before shipping to production.
Teaching unit conversion
Show the exact conversion factor in use (e.g. 1 inch = 2.54 cm exactly) so learners see that 'rounded' values are not the underlying numbers.
Common mistakes
Mistake:Treating avoirdupois ounces and fluid ounces as the same.
Fix:They measure different things — weight vs. volume. The category selector picks the right conversion; mixing the two produces nonsense results.
Mistake:Conflating short tons, long tons, and metric tons.
Fix:A US short ton is 2000 lb, a long ton is 2240 lb, and a metric ton is 1000 kg. Always check which ton a document refers to before converting.
Mistake:Rounding intermediate steps.
Fix:Each conversion carries rounding error. Convert once in the most precise direction, then round only the final displayed value.
Frequently asked questions
References & standards
Related tools
Driver's License Generator
Generate driver's license numbers in the correct format for 21 countries and all 50 US states, plus a format and Luhn validator — test data only, runs in your browser.
Address Generator
Generate realistic addresses in the correct format for 21 countries — single-line, multi-line, JSON or HTML — plus a postcode validator. Test data only, runs in your browser.
Phone Number Generator
Generate phone numbers in the correct format per country — mobile, landline and toll-free — in international, national, raw or tel: format, plus a validator. Test data only.
XML to JSON Converter
Convert XML data to JSON format with attribute handling, configurable parsing options, and live statistics
Markdown to HTML Converter
Convert Markdown to clean HTML with GitHub-Flavored Markdown, syntax highlighting, and optional sanitization
Docker Run to Compose Converter
Convert a docker run command into a docker-compose.yml service definition with full flag support