10 Categories 100+ Units

Unit Converter

Convert length, weight, temperature, area, volume, speed, time, data, energy and pressure — instantly, with every unit shown at once.

Instant conversion · All results at once · Copy any value · No signup
All conversions for

The All-in-One Unit Converter

This free unit converter covers 10 measurement categories and over 100 individual units. Unlike converters that show only one result at a time, ours displays every unit in the chosen category simultaneously — so you can see all conversions at a glance and click any result to copy it instantly.

Categories

  • 📏 Length — km, m, cm, mm, mile, yard, foot, inch, nautical mile, light year
  • ⚖️ Weight / Mass — metric ton, kg, g, mg, lb, oz, stone, US ton
  • 🌡️ Temperature — Celsius, Fahrenheit, Kelvin, Rankine
  • ⬜ Area — km², m², cm², hectare, acre, sq. mile, sq. foot
  • 🧪 Volume — m³, L, mL, US gallon, pint, cup, fl oz, tablespoon, imp. gallon
  • 💨 Speed — m/s, km/h, mph, knot, Mach, speed of light
  • ⏱️ Time — year, month, week, day, hour, minute, second, millisecond
  • 💾 Data Storage — bit, byte, KB, MB, GB, TB, PB, KiB, MiB, GiB
  • ⚡ Energy — joule, kJ, calorie, kcal, kWh, BTU, electronvolt
  • 🔵 Pressure — Pa, kPa, bar, atm, Torr, PSI, mmHg

How to Use the Unit Converter

1
Pick a Category
Click any category tab at the top — Length, Weight, Temperature, and so on.
2
Select Units
Choose your "From" unit and "To" unit from the dropdowns. All units in the category are available.
3
Enter a Value
Type your number. Results update instantly — no button press needed.
4
Copy Any Result
Click any result card in the "All conversions" grid to copy that value + symbol to clipboard.

Swap Button

The ⇅ swap button between the two fields reverses the From and To units and transfers the output value back to the input — useful for quick round-trip checks.

Behind the Scenes

All conversions run entirely in your browser using JavaScript. No data is sent to any server.

Factor-based conversion: Every unit stores a multiplication factor relative to a base unit for that category (e.g. for Length, the base is meter). To convert from Unit A to Unit B: multiply by A's factor to get the base value, then divide by B's factor.

Temperature uses custom formulas instead of factors (since Celsius ↔ Fahrenheit involves an additive offset). All four scales (°C, °F, K, °R) are handled via dedicated toCelsius / fromCelsius functions.

Smart formatting: Very large and very small numbers (e.g. light-years to nanometers) are shown in scientific notation to avoid overflow. Values between those extremes use up to 8 significant figures.

Alpine.js reactivity: The outputVal and allResults are computed getters — they recalculate instantly on every keystroke or unit change.

Who Needs a Unit Converter?

  • Travellers — Convert miles ↔ kilometres, Fahrenheit ↔ Celsius, gallons ↔ litres when crossing between metric and imperial countries.
  • Students & scientists — Convert between SI units (Pa, J, m/s) and practical units (atm, kcal, mph) for physics and chemistry problems.
  • Developers & IT — Convert between bit, byte, KB, MB, GB, TB instantly when estimating storage or bandwidth requirements.
  • Cooks & bakers — Convert cups to mL, tablespoons to grams, Fahrenheit to Celsius for oven temperatures.
  • Engineers — Convert pressure (PSI ↔ bar ↔ kPa), energy (kWh ↔ BTU), speed (m/s ↔ mph) in technical documents.
  • E-commerce & import/export — Convert weights (kg ↔ lbs), dimensions (cm ↔ inches) for product listings across markets.

Frequently Asked Questions

Select the Length category, set From to Meter and To to Foot, then type your value. The result appears instantly. The exact conversion is 1 meter = 3.28084 feet.
Select Temperature, choose CelsiusFahrenheit. Formula: °F = (°C × 9/5) + 32. For example, 100 °C = 212 °F.
1 pound = 0.45359237 kilograms exactly (by international definition). Select Weight, set Pound → Kilogram to verify. So 10 lbs ≈ 4.536 kg.
A US gallon = 3.785 litres. An imperial (UK) gallon = 4.546 litres — about 20% larger. Both are available in the Volume category. This difference is why UK fuel economy (mpg) figures appear better than US figures for the same car.
Select Speed, set Kilometer/Hour → Mile/Hour. 1 km/h = 0.621371 mph. So 100 km/h ≈ 62.14 mph — a useful figure for European speed limits.
Mach 1 is the speed of sound in dry air at 20 °C — approximately 343 m/s (1,235 km/h or 767 mph). Mach 2 = twice the speed of sound. Our converter uses 343 m/s as the Mach base value.
KB (kilobyte) in SI definition = 1,000 bytes. KiB (kibibyte) = 1,024 bytes. In practice most operating systems use 1,024-byte kilobytes but label them "KB." Our converter provides both so you can convert accurately for either convention.
Select Area, set Acre → Square Meter. 1 acre = 4,046.856 m². This is approximately 63.6 × 63.6 metres — useful for comparing land areas between US/UK and metric countries.
Yes — select Energy, set Kilocalorie → Kilojoule. 1 kcal = 4.184 kJ. Food labels in Europe show kJ; US labels show kcal. A 2,000 kcal diet ≈ 8,368 kJ.
Yes. All conversion factors use internationally defined exact values where available (e.g. 1 inch = 0.0254 m exactly, 1 pound = 0.45359237 kg exactly). Results are displayed to up to 8 significant figures. For extreme ranges (light years to nanometers) scientific notation is used automatically.
Category Math Utility Science
Tags #UnitConverter #MetricImperial #LengthConverter #TempConverter #WeightConverter #UnitConversion
Found an issue with this tool?