ToolCozy
JSON Format / DiffHOTBase64 CodecHOTURL CodecNEWTimestamp ConverterNEWUUID GeneratorHash CalculatorJWT DecoderQR Code GeneratorUnit ConverterNumber BaseData ConverterSQL FormatterIP Lookup
Image CompressHOTColor ConverterImage ConvertImage CropNEWApp Store ScreenshotNEW
Regex TesterNEWWord CounterText DiffMarkdown Preview

More Products

Playbit Games

Free online HTML5 games — play instantly in your browser

Kaola Screenshot

App Store screenshot generator with device frames & templates

Pillease

Simple pill reminder app — never miss a dose again

© 2026 ToolCozy·Privacy·Feedback

Unit Converter

Length, weight, temperature, area, volume, data size, time conversion

About this tool

Real-world unit conversion isn't just length and weight — you'll also need temperature (with its non-linear scales), area, volume, data sizes (with the binary vs decimal trap), and time. This converter covers all seven categories in one place.

Type a value once, see all related units instantly. Fully client-side: the math is simple enough that there's no reason to round-trip to a server.

How to use

Convert any unit

  1. Pick a category tab: length, weight, temperature, area, volume, data size, or time.
  2. Type a number into any unit field — the others update in real time.
  3. Switch the source field freely; every field is bidirectional.

Examples

Length: 100 cm

Input
100 cm
Output
1 m
0.001 km
39.3701 in
3.2808 ft
1.0936 yd

Temperature: 25 °C

Input
25 °C
Output
77 °F
298.15 K

Data size: 1 GiB

Input
1 GiB
Output
1024 MiB
1,073,741,824 bytes
1.0737 GB (decimal)
Frequently asked questions
Why is my temperature conversion not exactly the textbook number?

Temperature scales aren't proportional — they have offsets. °F = °C × 9/5 + 32, K = °C + 273.15. Rounding shows up faster than for length or weight. We round to a few decimal places for readability; full precision is internal.

GB vs GiB — what's the difference?

GB (gigabyte) = 10^9 bytes (decimal, used by storage manufacturers and most network speeds). GiB (gibibyte) = 2^30 bytes ≈ 1.074 × 10^9 bytes (binary, used by RAM, file systems on Linux/macOS, Windows misnaming as 'GB'). The 7% gap is why your '1 TB' drive shows up as ~931 GB.

Are US and Imperial units the same?

Mostly different. A US gallon (3.785 L) is smaller than a UK / Imperial gallon (4.546 L). Pint, fluid ounce, and bushel similarly differ. This tool labels them explicitly when both exist.

Why no currency conversion?

Currency rates change minute to minute and need a live data source — incompatible with our 'works fully offline, no server' principle. Use a dedicated currency tool with a live rate feed.

How precise is the conversion?

Internally we use double-precision floats — about 15-17 significant decimal digits. Display is rounded for readability. For scientific or engineering work that needs exact decimal precision, use a dedicated tool — JS floats have well-known precision quirks (0.1 + 0.2 ≠ 0.3 exactly).