Units Converter: Convert Between Any Units
Length, Weight, Temperature, Volume, Area, and Data Storage - all in one place, instantly.
The Ultimate Guide to Measurement Systems and Unit Conversions
Everything you need to understand how units of measurement work, why they exist, and how to use them confidently in everyday life and technical work.
The Metric System (officially called the International System of Units, or SI Units - from the French "Systeme International d'Unites") is the world's dominant measurement framework. It is a decimal-based system, meaning every unit steps up or down by a power of 10. For example: 1 kilometer = 1,000 meters, 1 meter = 100 centimeters, 1 centimeter = 10 millimeters. This clean, consistent structure makes arithmetic and scientific calculations far easier. The Metric System is used by virtually every country on Earth and is the universal language of science, medicine, and engineering.
The Imperial System (also called the US Customary System) is the set of measurements historically used in the United Kingdom and still used in the United States today. Its unit relationships are not based on a consistent power of 10 and instead follow historical conventions: 1 foot = 12 inches, 1 yard = 3 feet, 1 mile = 5,280 feet. Similarly, 1 gallon = 4 quarts = 8 pints = 16 cups. While these units are deeply embedded in everyday American life, the lack of a consistent base makes unit conversion much more error-prone than in the Metric System. The United States is one of only three countries (along with Myanmar and Liberia) that has not officially adopted the Metric System as its primary standard.
Computers are built from billions of transistors - tiny electronic switches that are physically either ON or OFF. This two-state nature maps perfectly to the Base-2 Binary number system, where the only digits are 0 (off) and 1 (on). Because of this hardware reality, computer memory and storage naturally grow in powers of 2: 2, 4, 8, 16, 32, 64, 128, 256, 512, 1,024, and so on.
This creates a well-known confusion around the word "Kilobyte." In computing, 1 Kibibyte (KiB) = 2^10 = 1,024 bytes. But hard drive manufacturers historically used the Base-10 Decimal definition where 1 Kilobyte (KB) = 1,000 bytes, because it made their drives sound larger in marketing. This is why a drive advertised as "1 TB" shows only about 931 GB in your operating system - the OS measures in Base-2 binary powers while the manufacturer labeled in Base-10 decimal powers. To fix this, the IEC introduced binary prefixes in 1998: Kibibyte (KiB), Mebibyte (MiB), Gibibyte (GiB), and so on. Use the toggle above to switch between both standards.
Absolute Zero is the coldest temperature theoretically possible in the universe - the point at which particles have the minimum possible thermal energy and essentially stop moving. It is defined as 0 Kelvin (0 K), which equals -273.15 degrees Celsius or -459.67 degrees Fahrenheit. Absolute Zero has never been perfectly achieved, though laboratories have reached within fractions of a billionth of a degree using laser cooling techniques.
Celsius (°C) is the metric standard used in daily life worldwide, setting 0 as water's freezing point and 100 as water's boiling point at sea level. Fahrenheit (°F) is used primarily in the United States, with water freezing at 32°F and boiling at 212°F. Formula: F = (C x 9/5) + 32. Kelvin (K) is the SI unit for temperature used in science, identical in step size to Celsius but starting at Absolute Zero - so K = C + 273.15. Because it starts at Absolute Zero it is called an "absolute scale" with no negative values, making it essential for thermodynamics and gas law calculations. Rankine (°R) is the Fahrenheit equivalent of Kelvin: also starting at Absolute Zero but using Fahrenheit-sized degrees.
Unit standardization is not a formality - it is a matter of safety and human life. In 1999, NASA lost the $125 million Mars Climate Orbiter spacecraft because one engineering team sent navigation data in metric units (Newton-seconds) while the receiving software expected Imperial units (pound-force-seconds). The numerical discrepancy sent the probe into the wrong trajectory and it was lost forever. A shared, agreed-upon unit system would have prevented this entirely.
In medicine, unit confusion can be fatal. Medication dosages prescribed in micrograms (mcg) versus milligrams (mg) represent a 1,000-fold difference - confusing them has caused patient deaths. In manufacturing, components designed with inconsistent units can fail structurally. When international teams collaborate across aerospace, automotive, and civil engineering projects, a shared unit language ensures that a bolt designed in Germany fits a bracket made in Japan. The SI system provides this global common ground, which is why every major scientific organization and industrial standards body worldwide has adopted it.
A handful of conversions come up repeatedly in daily life. For length: 1 inch = 2.54 cm exactly; 1 foot is roughly 30 cm; 1 mile = 1.609 km (multiply miles by 1.6 for a quick estimate). For weight: 1 kg = 2.205 lbs; 1 lb = 453.6 g; 1 oz = 28.35 g. For volume: 1 liter is about 33.8 US fluid ounces; 1 US gallon = 3.785 liters; 1 cup = 237 mL. For temperature: a quick Fahrenheit estimate from Celsius is to double the Celsius value and add 30 (20°C is roughly 70°F). The exact formula is F = C x 1.8 + 32.
The best way to build intuition is through personal context: your body weight in kilograms, room temperature in Celsius, fuel efficiency in km per liter. Once numbers anchor to physical experiences you know, the relative scale becomes genuinely intuitive. Seeing all units side by side simultaneously - as this converter does - accelerates that learning faster than converting one unit at a time.
Quick Reference Cheat Sheet: Common Household Conversions
| Convert From | Result | To Unit | Category |
|---|---|---|---|
| 1 Mile | 1.60934 | Kilometers | Length |
| 1 Kilometer | 0.62137 | Miles | Length |
| 1 Foot | 30.48 | Centimeters | Length |
| 1 Inch | 2.54 | Centimeters (exact) | Length |
| 1 Meter | 3.28084 | Feet | Length |
| 1 Pound | 453.592 | Grams | Weight |
| 1 Kilogram | 2.20462 | Pounds | Weight |
| 1 Ounce | 28.3495 | Grams | Weight |
| 1 Stone | 6.35029 | Kilograms | Weight |
| 0 Celsius (Freezing) | 32 | Fahrenheit | Temp |
| 100 Celsius (Boiling) | 212 | Fahrenheit | Temp |
| 37 Celsius (Body Temp) | 98.6 | Fahrenheit | Temp |
| -273.15 C (Absolute Zero) | 0 | Kelvin | Temp |
| 1 US Gallon | 3.78541 | Liters | Volume |
| 1 Liter | 33.814 | US Fluid Ounces | Volume |
| 1 US Cup | 8 | US Fluid Ounces | Volume |
| 1 Tablespoon | 3 | Teaspoons | Volume |
| 1 Pint | 2 | Cups | Volume |
| 1 Square Mile | 2.58999 | Square Kilometers | Area |
| 1 Acre | 4,046.86 | Square Meters | Area |
| 1 Hectare | 2.47105 | Acres | Area |
| 1 GB (Decimal, SI) | 1,000 | MB (Decimal) | Data |
| 1 GiB (Binary, IEC) | 1,024 | MiB (Binary) | Data |
| 1 TB (Decimal, SI) | 1,000 | GB (Decimal) | Data |
| 1 TiB (Binary, IEC) | 1,024 | GiB (Binary) | Data |