Unit Converters
Convert length, weight, temperature, volume, area, speed, data size, and number bases in your browser.
Overview
Unit Converters answers the everyday “how much is that in…” question without a search detour. Length, weight, temperature, volume, area, and speed cover physical measurements; data size and number base conversion cover the digital ones. Each tool states its units explicitly so you never have to guess whether a gallon is the US or imperial variety.
Recommended tools
Length Unit Converter
Convert length units instantly in your browser.
- length
- unit-converter
- converter
- measurement
Weight Unit Converter
Convert weight and mass units locally.
- weight
- unit-converter
- converter
- measurement
Temperature Converter
Convert Celsius, Fahrenheit, and Kelvin instantly.
- temperature
- unit-converter
- converter
- measurement
Volume Unit Converter
Convert volume units for cooking, science, and more.
- volume
- unit-converter
- converter
- measurement
Area Unit Converter
Convert area units like acres, hectares, and m².
- area
- unit-converter
- converter
- measurement
Speed Unit Converter
Convert speed units like mph, km/h, and knots.
- speed
- unit-converter
- converter
- measurement
Data Size Converter
Convert bytes, KB, MB, GB, TB, and binary units.
- data-size
- unit-converter
- converter
- storage
Number Base Converter
Convert bin/oct/dec/hex locally with BigInt.
- binary
- hex
- octal
- decimal
Roman Numeral Converter
Convert numbers to and from Roman numerals.
- roman-numerals
- numbers
- converter
Why these tools
Conversion mistakes usually come from remembered factors and silent rounding rather than hard maths. Grouping the converters keeps unit names visible, makes precision an explicit choice, and puts the digital units next to the physical ones where mixed calculations happen.
Related articles
- Unit conversion without the rounding trapsWhy unit conversions go wrong—ambiguous unit names, offset scales, decimal versus binary prefixes—and how to keep results honest.
- When to reach for Data Size ConverterConvert bytes, KB, MB, GB, TB, and binary units. A practical guide to Data Size Converter: when it fits, how to get a reliable result, and the mistakes worth avoiding.
Related collections
Frequently asked questions
- How precise are these conversions?
- Calculations use standard factors in double precision, which is far more accurate than the source measurements in everyday use. Round the result to the precision your original figure justified.
- Do the volume units distinguish US and imperial measures?
- Yes. Gallons, pints, and fluid ounces differ between systems, so each option is labelled explicitly rather than assuming a locale.
- Why does 1 GB not equal 1024 MB here?
- Decimal and binary prefixes are separate units. Data Size Converter exposes both, so you can convert to gibibytes when a limit is really a power of two.
- Can I convert between number bases?
- Number Base Converter handles binary, octal, decimal, and hexadecimal using arbitrary-precision arithmetic, so long identifiers do not lose digits.
- Are conversions done on a server?
- No. Each converter computes in your browser, so entering measurements from private documents does not send them anywhere.