1. One base unit per measurement
Every conversion here goes through a base unit rather than a table of direct
pairs. A value is multiplied by its own unit's factor to reach the base, then divided by the
target unit's factor to leave it. Miles to nautical miles is
mi → m → nmi, and no separate mile-to-nautical-mile factor has to exist or be kept
correct.
That is why the console can show the same value in every unit of a category at once, and why adding a unit adds a row rather than a column of new pairs. 107 units across 12 measurements:
| Measurement | Units | Base |
|---|---|---|
| Length & distance | 10 units | metre (m) |
| Weight & mass | 10 units | kilogram (kg) |
| Volume & capacity | 14 units | litre (L) |
| Area | 10 units | square metre (m²) |
| Speed | 5 units | metre per second (m/s) |
| Temperature | 4 units | kelvin (K) |
| Time | 9 units | second (s) |
| Data & storage | 11 units | byte (B) |
| Pressure | 10 units | pascal (Pa) |
| Energy | 10 units | joule (J) |
| Power | 7 units | watt (W) |
| Angle | 7 units | radian (rad) |
The Formula tile shows the factor being applied, so the arithmetic is checkable
rather than taken on trust: mi = km × 0.621371192237. Results are given to eight
significant figures and the factors themselves are exact where the definition is exact — an inch
is exactly 25.4 mm, a mile is exactly 1,609.344 m, and a nautical mile is exactly 1,852 m by
definition, not by measurement.
2. Temperature is the exception
Every other category scales through zero: nought metres is nought feet, so a single multiplication does the job. Temperature scales do not share a zero point, so they need an offset as well as a factor — an affine conversion rather than a proportional one.
| Conversion | Formula |
|---|---|
| Celsius → Fahrenheit | (°C × 9/5) + 32 |
| Fahrenheit → Celsius | (°F − 32) × 5/9 |
| Celsius → Kelvin | °C + 273.15 |
| Kelvin → Celsius | K − 273.15 |
The practical consequence is that you cannot convert a temperature difference the same way you convert a temperature. A room at 20 °C is 68 °F, but a rise of 20 °C is a rise of 36 °F, not 68 — for an interval you use the 9/5 factor without the offset. It is the most common temperature-conversion error in engineering copy.
Two landmarks worth knowing: −40 °C = −40 °F, the one point where the scales cross, and 0 K = −273.15 °C, absolute zero. Rankine is Fahrenheit's absolute scale, so it shares Kelvin's zero and Fahrenheit's degree size.
3. US and imperial units are not the same units
“Gallon” and “fluid ounce” mean different quantities either side of the Atlantic, which makes halved recipes and fuel-economy figures quietly wrong:
| Unit | Metric | Difference |
|---|---|---|
| US gallon | 3.7854118 L | An imperial gallon is 20% larger |
| Imperial gallon | 4.54609 L | |
| US fluid ounce | 29.57353 mL | The US ounce is the larger one |
| Imperial fluid ounce | 28.413062 mL |
Note that the gallon and the fluid ounce disagree in opposite directions: the imperial gallon is bigger, but the imperial fluid ounce is smaller. That is because an imperial gallon is 160 imperial fluid ounces while a US gallon is 128 US fluid ounces. Both systems are listed separately in the volume category, labelled US or imperial, so the choice is explicit.
Mass has the same trap. A short ton (US) is 907.18474 kg, a long ton (UK) is 1,016.0469 kg, and a tonne is exactly 1,000 kg — three different units routinely written “ton”. Stone is listed too, at exactly 14 pounds.
4. Data sizes: 1,000 or 1,024
A gigabyte is not a gibibyte, and this is where a drive's advertised capacity goes missing. kB, MB, GB and TB are decimal — powers of 1,000, as the SI prefixes require and as drive manufacturers use. KiB, MiB, GiB and TiB are binary — powers of 1,024, standardised by IEC 80000-13, and what Windows means when it displays “GB”.
| Decimal | Bytes | Binary | Bytes |
|---|---|---|---|
| 1 kB | 1,000 | 1 KiB | 1,024 |
| 1 MB | 1,000,000 | 1 MiB | 1,048,576 |
| 1 GB | 1,000,000,000 | 1 GiB | 1,073,741,824 |
| 1 TB | 1012 | 1 TiB | 240 |
The gap compounds with every prefix: 2.4% at kilo, 4.9% at mega, 7.4% at giga and 10.0% at tera. A 1 TB drive holds 0.909 TiB, which is why a “1 TB” disk shows as about 931 GB in a file manager. Nothing has been lost and nobody is cheating — two different units are being reported under similar names. Both families are in the list here, spelled out, so you can convert between them explicitly.
5. Where a “unit” hides an assumption
Some conversions are exact by definition, some are exact by measurement, and a few are averages wearing the costume of a unit. It is worth knowing which is which:
- Months and years in the time category are averages — 30.436875 days and 365.2425 days, the Gregorian mean. No calendar month is that length. For real dates use the date calculator, which counts actual days.
- Horsepower comes in flavours. Mechanical horsepower is 745.7 W; metric horsepower (PS, used in European vehicle figures) is 735.5 W, about 1.4% smaller. Both are listed and labelled.
- Calories are two units. The food Calorie is a kilocalorie; the physics calorie is a thousandth of it. The energy category uses kcal and kJ, the pair on nutrition labels.
- Pressure gauges may read absolute or gauge pressure. The factors here convert the number you have; whether it already excludes atmospheric pressure is a property of the instrument, not of the arithmetic.
- Weight and mass are treated as the same quantity, as everyday use does. A kilogram is mass and a pound-force is weight, and the distinction only matters off this planet — but it is why the category is labelled “weight & mass”.
There are 81 named conversion pairs with a page of their own, and any combination of units inside a category can be converted here whether or not it has a page. Everything runs against a fixed factor table in your browser — no lookup, no API call, nothing uploaded, and it keeps working offline once the page has loaded.
6. All 81 conversions with a page of their own
Each link below opens a page for that one conversion: the factor, the formula written out, a reference table at the values people actually use, the reverse direction and the converter pre-filled. The converter above handles any pair inside a category whether or not it is listed here — these are the ones common enough to be worth explaining in full.
Every one of those pages carries the same factor table as this one, so the two can never disagree. If a conversion you need is missing, pick its category above and both units will be in the list.
7. Unit Converter FAQs
How do I convert kilometres to miles?
Multiply by 0.621371192237 — 5 km is 3.106856 miles. Going the other way, multiply miles by 1.609344, which is exact: the international mile is defined as exactly 1,609.344 metres.
How do I convert Celsius to Fahrenheit?
Multiply by 9/5 and add 32, so 37 °C is 98.6 °F. Temperature needs the offset as well as the factor because the scales do not share a zero. −40 is the one reading where the two scales agree.
Why can I not convert a temperature difference the same way?
Because the offset only belongs to a point on the scale, not to an interval. A room at 20 °C is 68 °F, but a rise of 20 °C is a rise of 36 °F — for a difference you apply the 9/5 factor and drop the +32.
How many litres in a gallon?
3.7854118 L for a US gallon and 4.54609 L for an imperial gallon — the imperial one is 20% larger. Both are listed separately. Confusingly, the imperial fluid ounce is the smaller of the two ounces (28.413062 mL against 29.57353 mL), because an imperial gallon is 160 fluid ounces where a US gallon is 128.
Is a gigabyte 1,000 or 1,024 megabytes?
1,000. GB, MB and TB are decimal SI units; the binary powers of 1,024 are GiB, MiB and TiB under IEC 80000-13. Both families are in the list here, which is why a 1 TB drive is 0.909 TiB and shows as roughly 931 GB in a file manager that labels GiB as GB.
Why does my hard drive show less space than advertised?
Because the manufacturer counts decimal terabytes and the operating system displays binary ones. The gap grows with each prefix — 2.4% at kilo, 4.9% at mega, 7.4% at giga and 10.0% at tera. Nothing is missing; two different units share similar names.
How many pounds in a kilogram?
2.2046226 lb, so 70 kg is 154.32358 lb. Watch the tons: a US short ton is 907.18474 kg, a UK long ton is 1,016.0469 kg, and a metric tonne is exactly 1,000 kg. A stone is exactly 14 pounds.
Are the months and years in the time category exact?
No — they are Gregorian averages, 30.436875 days and 365.2425 days. No real month is that long. For actual dates, use the date calculator, which counts real days including leap days.
Which horsepower does it use?
Both. Mechanical horsepower is 745.7 W and metric horsepower (PS, used in European vehicle figures) is 735.5 W, about 1.4% smaller. Each is labelled in the list so you can pick the one your figure came from.
Is anything I type sent to a server?
No. The factor table is part of the page and every conversion runs in your browser. Nothing is uploaded, logged or stored, and the converter works offline once the page has loaded.