21K Tools

Why temperature is fundamentally different from every other unit

Length, mass, volume, speed, pressure — all of these have a natural zero. Zero metres means no length at all. Zero kilograms means no mass. You can convert between any length units by simple multiplication because the zero point is the same for all of them.

Temperature scales were invented by choosing arbitrary reference points — usually the freezing and boiling points of water — and dividing the interval between them into equal steps. Celsius chose 0° for freezing and 100° for boiling. Fahrenheit chose 32° for freezing and 212° for boiling. The steps are a different size (1°C = 1.8°F) and the zeros are in completely different places.

To convert Celsius to Fahrenheit, you have to multiply by 9/5 (to rescale the step size) and then add 32 (to shift the zero point). Do it in the wrong order and you get the wrong answer. This is why temperature is the conversion that catches people out more than any other.

°F = (°C × 9/5) + 32      →    multiply first, then add
°C = (°F − 32) × 5/9      →    subtract first, then multiply
K  = °C + 273.15         →    Kelvin has the same step size as Celsius

Kelvin is the one temperature scale with a physically meaningful zero. 0 K is absolute zero — the coldest theoretically possible temperature, where all molecular motion stops. Nothing can be colder than 0 K. This makes Kelvin the correct scale for physics equations involving temperature, which is why scientific formulas use K rather than °C or °F even when the context is everyday temperatures.

Why -40 is special: the Celsius and Fahrenheit scales cross at exactly -40 degrees. -40°C = -40°F. This is the only temperature where the two scales give the same number. It's a useful sanity check: if you're near -40 and the conversion gives the same number in both, you've done it right.

Imperial vs metric — why two systems exist and where they diverge in unexpected ways

The metric system was invented deliberately during the French Revolution to replace the chaotic patchwork of regional measurement systems in use at the time. Different cities used different foot lengths, different pound weights, different volume measures. The metric system replaced all of this with a single coherent base-10 system where prefixes like kilo-, centi-, and milli- mean exactly the same thing across all categories.

The Imperial system — used primarily in the United States today — evolved from historical English measurements. It was never designed to be coherent. One mile is 5,280 feet for historical reasons that made sense in the 13th century and don't particularly matter now. One gallon is 8 pints, one pint is 16 fluid ounces, and none of these relate to each other in a simple decimal way.

The surprising detail: the US gallon and the British (Imperial) gallon are different sizes. One US gallon = 3.785 litres. One Imperial gallon = 4.546 litres. The Imperial gallon is about 20% larger. The US fluid ounce is also different from the Imperial fluid ounce, though by a smaller margin. A recipe that calls for "a pint of cream" means different things in an American cookbook versus a British one — American pint is 473 ml, British pint is 568 ml.

Mass vs weight — the distinction that matters in space but not on Earth

Mass measures how much matter an object contains. Weight measures the gravitational force acting on that mass. At Earth's surface the two are proportionally linked — 1 kg of mass weighs approximately 9.81 newtons — and most people use the words interchangeably without any practical consequence.

The distinction matters when gravity changes. An astronaut in orbit is weightless (negligible gravitational force) but still has full mass — their inertia is unchanged. On the Moon, a 70 kg person weighs about 115 newtons instead of the Earth-surface value of 686 newtons. All the unit converter's "weight" calculations use Earth-surface gravity.

The Mars Climate Orbiter (1999): NASA's $327 million spacecraft was destroyed entering Mars's atmosphere at the wrong angle because one engineering team provided thruster force data in pound-force·seconds while the receiving software expected newton·seconds. Nobody noticed the unit mismatch in nine months of flight. The spacecraft burned up on arrival. Unit conversion errors are not just academic problems.

Data storage units — why your hard drive shows less space than advertised

Hard drive manufacturers advertise storage in decimal gigabytes: 1 GB = 1,000,000,000 bytes exactly. This is a straightforward SI prefix — giga means 10^9.

Operating systems — Windows, macOS, Linux — traditionally report storage in binary units: 1 GiB (gibibyte) = 2^30 = 1,073,741,824 bytes. That's about 7.4% more bytes per "gigabyte" than the decimal definition. A drive advertised as 1,000 GB contains exactly 1,000,000,000,000 bytes. Divide by 1,073,741,824 and you get 931.3 GiB. Windows shows "931 GB" for a 1 TB drive. The drive isn't lying. Windows isn't lying. They're just using different definitions of "GB."

The IEC standardised the binary prefixes — kibibyte (KiB), mebibyte (MiB), gibibyte (GiB) — in 1998 specifically to resolve this ambiguity. Most people still say "kilobytes" and "gigabytes" for both, which is why the confusion persists. macOS switched to decimal in 2009, which is why 1 TB drives show as "1 TB" in macOS and "931 GB" in Windows — neither is wrong, they're just using different systems.

Angles — radians, degrees, and why calculators default to radians

Degrees divide a full circle into 360 equal parts. This number was chosen by ancient Babylonians, probably because 360 is divisible by many useful numbers (2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 45, 60, 72, 90, 120, 180). It's a practical choice for everyday use.

Radians define angle by arc length. One radian is the angle subtended at a circle's centre by an arc whose length equals the circle's radius. A full circle = 2π radians = 6.2832... radians. Radians make calculus and physics equations cleaner — the derivative of sin(x) is cos(x) only when x is in radians, not degrees. This is why scientific calculators and programming languages default to radians, and why if you've ever gotten a wildly wrong result from a trig function, it was probably a degrees-vs-radians mismatch.

CategoryKey unitsCommon practical use
Lengthmm, cm, m, km, in, ft, miConstruction, travel, engineering
Aream², km², ha, ft², acReal estate, land measurement, flooring
Volumeml, L, m³, fl oz, cup, galCooking, liquid measurement, fuel
Weight/Massmg, g, kg, t, oz, lb, tonShipping, cooking, body weight
Temperature°C, °F, KWeather, cooking, scientific work
Speedm/s, km/h, mph, knotsTransport, athletics, aviation
PressurePa, bar, psi, atmTyre pressure, weather, engineering
EnergyJ, kJ, cal, kcal, kWh, BTUNutrition, electricity bills, heating
PowerW, kW, HPAppliances, engines, electricity
DataB, KB, MB, GB, TBFiles, storage, internet speed
Angle°, rad, gradMathematics, navigation, engineering

Unit Converter

11 categories · Server-side precision to 6 decimal places · Instant results — free, no sign-up

Length
Area
Volume
Weight
Temperature
Speed
Pressure
Energy
Power
Data
Angle
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert
Result:
Enter a value to convert

Real situations where unit conversion mistakes actually matter

International recipes are the most common everyday source of unit confusion. An American recipe that calls for "2 cups" is using US cups (240 ml). A British recipe using "2 cups" might mean the same thing, or might be using a slightly different cup measure depending on how carefully the author specified it. A recipe calling for "1 pint of cream" means 473 ml in an American recipe and 568 ml in a British one. These differences are large enough to affect baking results.

Vehicle specifications create regular confusion. European cars list fuel consumption in litres per 100 km. American cars use miles per gallon. These scales run in opposite directions — a lower L/100km is better, a higher MPG is better. Converting between them isn't multiplication alone; you need to invert the ratio. A car rated 6.0 L/100km gets approximately 39.2 MPG US. The converter handles this correctly.

Blood pressure and tyre pressure are both "pressure" but use different units by convention. Blood pressure is measured in mmHg (millimetres of mercury) — a unit that survived because it was practical for the mercury manometers used in early blood pressure measurement. Tyre pressure is usually in PSI in the US and bar in most other countries. 30 PSI ≈ 2.07 bar ≈ 206,843 Pa. All three are measuring the same physical quantity but the numbers look completely different.

Nutritional energy is measured in kilocalories (kcal) in most countries, but food labels often write "calories" when they mean kilocalories. 1 dietary calorie = 1 kcal = 4.184 kJ. A food labeled "300 calories" contains 300 kcal = 1,255 kJ. The distinction matters when using energy calculators that work in kilojoules, or when comparing nutrition information from different countries that label their products differently.

Unit conversion questions

Different converters use slightly different conversion factors, different rounding methods, and different precision levels. This tool calculates server-side with 6 decimal places using standard factors from authoritative sources. A tool that rounds to 2 decimal places will show a different result than one that rounds to 5. For conversions involving irrational numbers (like degrees to radians, which involves π), there's no exact finite decimal — every tool rounds somewhere and the rounding point determines the last few digits.
Drive manufacturers use decimal gigabytes (1 GB = 10^9 bytes = 1,000,000,000 bytes). Windows historically reports storage in binary gibibytes (1 GiB = 2^30 bytes = 1,073,741,824 bytes) but calls them "GB." 1 trillion bytes ÷ 1,073,741,824 = 931.3 GiB, displayed as "931 GB." The drive contains exactly what it says it does — the discrepancy is just two different definitions of the same abbreviation. macOS switched to decimal in 2009, so 1 TB shows as 1 TB there.
One US gallon = 3.785 litres. One Imperial (British) gallon = 4.546 litres. The Imperial gallon is about 20% larger. The US pint and British pint are also different — American pint is 473 ml, British pint is 568 ml. This matters for recipes, fuel efficiency calculations (miles per gallon means different things in the US and UK), and any other context where "gallon" or "pint" is used without specifying which system.
Because the mathematical identities for trigonometric functions — like the derivative of sin(x) being cos(x), or the Taylor series expansions — only hold exactly when the angle is in radians. In degrees, there's a constant factor of π/180 everywhere that makes all the formulas messier. Degrees are more intuitive for everyday use; radians are more natural for mathematics. If you're writing code and your sine or cosine results look wrong by a factor near 57.3, you've almost certainly passed degrees to a function expecting radians (57.3 ≈ 180/π).
Mass (kg, g, pounds-mass) measures how much matter an object contains. Weight (newtons) measures the gravitational force on that mass — which varies with gravity. On Earth's surface, 1 kg of mass weighs 9.81 newtons. On the Moon the same 1 kg weighs only 1.62 newtons. In everyday language "weight" and "mass" are used interchangeably without any practical error, since Earth's gravity is essentially constant at the surface. The converter's "weight" calculations use Earth-surface gravity.
Horsepower was defined by James Watt in the late 18th century based on his estimate of how much work a horse could do in a minute at a mine. The original measurement was in foot-pounds per minute — a unit from the pre-metric era. When the metric watt was later defined as joules per second, converting Watt's original horspower figure produced 745.7 W. It's not a round number because it's the product of two independently defined units that were never designed to relate to each other cleanly.
Go to
Tool

Explore Our Tools

Discover our collection of powerful tools to make your work easier. Visit 21k.tools for all available tools and resources.

URL Shortener

Create short, shareable links instantly.

QR Tools

Generate and Scan QR codes smartly.

PDF Tools

Merge, split, and edit PDF files easily.

Unit Converter

convert units from one to another easily .

File Converter

Convert between multiple file formats.

Image Resizer

Resize and optimize images for any use.

Time Calculator

Calculate time in hours, minutes, and seconds

Age Calculator

Calculate age in years, months, and days.

Interest Calculator

Calculate simple and compound interest.

View All Tools