Unit Converter — metric and imperial
Pick a category, type a value, and read the converted result instantly. Seven categories covering everyday and engineering units, all running in your browser.
Pick a category, type a value, and read the converted result instantly. Seven categories covering everyday and engineering units, all running in your browser.
A unit converter is one of those tools you reach for ten times a year for forty seconds. Cooking from a US recipe in a French kitchen, sizing a part on a metric drawing while shopping in inches, sanity-checking a fuel-economy figure across hemispheres — all easier when the conversion happens instantly without firing up a calculator app.
This tool keeps the unit list opinionated: the units people actually search for, with conversion factors based on the SI standard or the most widely accepted definition. For temperature it handles the affine offset (°F is not a linear scale of K) properly; for everything else it's a simple multiply-and-divide chain through SI base units.
Length, weight, area and volume use the SI-derived definitions: 1 inch = 0.0254 m exactly, 1 pound = 0.45359237 kg exactly, etc. Speed and time use the same chain through seconds. Temperature handles the °F-°C affine relationship and absolute zero correctly.
They are different units. 1 US gallon is 3.785 L; 1 UK (imperial) gallon is 4.546 L — about 20% larger. Mixing them up in cooking or fuel-economy calculations is a classic source of errors. The labels make the choice explicit.
1 m³ = 1000 L exactly. The cubic-metre is the SI base for volume; the litre is the everyday unit. The tool exposes both so you can pivot between engineering specs and recipes without juggling factors.
Length and weight conversions are linear (multiply by a factor). Temperature has an offset: 0 °C ≠ 0 °F. The tool routes everything through Kelvin internally to handle the offset cleanly, then converts back to the target scale.
The factors used are exact when the international agreement defines them exactly (e.g. 1 inch = 25.4 mm exactly since 1959). The displayed result is rounded to ~8 significant digits so it fits readably; for engineering precision, copy the value into a tool that handles arbitrary precision.
Where flipping a quick conversion saves real seconds.
Convert 2 cups → mL, 1 lb → kg, 350 °F → °C in seconds. The tool handles the US/UK gallon difference so 'gallon' isn't ambiguous in your conversion.
Need 8 ft of timber but your tape is metric? Type 8, pick ft → m. Read the result, mark the cut, save yourself a wrong-length trip back to the shop.
Comparing two component datasheets in different unit systems? Convert weight, area or volume figures into matching units before plotting.
How fast is 80 mph in km/h? How many km in 200 mi? The speed and length categories give answers without leaving the page or pulling up Google.
Habits that prevent unit-conversion bugs.
'30' alone is meaningless. '30 km' or '30 mi' is unambiguous. Whether you're texting a colleague or filing a bug, including the unit prevents the most common factor-of-1.6 mistake.
Recipes from the UK use imperial gallons (~4.55 L), recipes from the US use US gallons (~3.79 L). When in doubt, prefer mL or L — they mean the same thing everywhere.
Chaining multiple conversions and rounding at each step accumulates error. Keep full precision until the final display, then round once.
1 cup of flour is not 1 cup of water by weight (~120 g vs 240 g). Volume-based recipes are forgiving for liquids but wrong for dense solids — convert to grams when accuracy matters.