b2KIT

Universal Unit Converter

All-in-one converter for length, weight, volume, area, speed, temperature, and time with 500+ units.

Tested tool guide Tested browser tools Checked August 16, 2026

What Universal Unit Converter does, with a checked example

Type a number, pick the unit you have, pick the unit you want, and this page converts it across seven categories - length, weight, volume, area, speed, temperature, and time - drawing on a catalog of more than 500 units. Common pairs like miles to kilometers and pounds to kilograms sit next to nautical miles, imperial pints, and furlongs. Two things catch people out. Temperature does not convert by a single factor: the scales have different zero points, so you cannot multiply your way from Fahrenheit to Celsius. And several unit names come in US and imperial versions, so 'a gallon' is not one fixed amount.

Worked example

A concrete input and expected output from the current implementation.

Input

Convert 37 °C to °F

Expected output

37 °C = 98.6 °F

The two scales share neither zero nor degree size, so the converter applies the offset formula °F = (9/5) * °C + 32. Here 37 * 1.8 = 66.6 and 66.6 + 32 = 98.6, which is why normal body temperature is 98.6 °F. A plain factor of 1.8 would have returned 66.6, so the offset is what makes the temperature category different from every other one.

How the result is produced

1

Seven categories, one workflow

The page splits its units into seven category lists, so the first step is choosing where your number belongs. Within a category, every unit converts to every other - furlongs to meters, knots to miles per hour, weeks to minutes - which means you never have to know the relationship between two units yourself; you only supply the value and the two unit names.

2

Exact where a standard fixes it

Where an authority fixes a conversion exactly - the inch is 25.4 millimeters, the pound 0.45359237 kilograms, the mile 1.609344 kilometers - the converter relies on that definition rather than a rounded shortcut. Results that do not land on a clean number come back as decimals. Converting the reverse direction yields the reciprocal of the same relationship, so miles-to-kilometers and kilometers-to-miles always agree.

Good uses

  • Following a recipe from another country - grams and milliliters to cups and ounces, or an oven temperature in Celsius to Fahrenheit.
  • Filling in travel or shipping forms - baggage weight in kilograms to pounds, driving distances in miles to kilometers, fuel or tank sizes in gallons to liters.
  • Planning a run or ride - pace in minutes per kilometer to minutes per mile, treadmill speed in km/h to mph, or race distances like 10 km to miles (6.2137).

Limits and checks

  • US versus imperial: 'gallon', 'pint', 'ton', and 'fluid ounce' each exist in both systems, and the US and imperial gallon differ by about 20 percent. A figure labeled just 'gallons' is ambiguous, so match the variant to where the number came from.
  • Temperature is affine: the 9/5 factor alone is not the whole conversion. Converting 100 °F by dividing by 1.8 gives 55.6, but the true answer is 37.8 °C, because the zero points differ by 32 degrees. Check that the offset was applied.
  • Look-alike units: a nautical mile is 1,852 meters, about 15 percent longer than the statute mile, and a knot is one nautical mile per hour, not one mile per hour. Metric tons (1,000 kg) and US tons (907.185 kg) are different numbers, so confirm which unit name appears in the result.

Common questions

What is the difference between a US gallon and an imperial gallon?

About 20 percent. One US gallon is exactly 3.785411784 liters; one imperial gallon is exactly 4.54609 liters. The page lists them as separate units, so when a source says only 'gallons', decide which system it uses before converting, or the result will be off by roughly a fifth.

Can it convert currency, like dollars to euros?

No. This tool converts physical measures - length, weight, volume, area, speed, temperature, and time. Money is not a fixed unit of measure: exchange rates change every day, and a static page has no source for a current rate. For currency, use your bank or a live exchange-rate service instead.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools