What a Unit Converter Does
A unit converter answers one question: how much of one measurement equals a given amount of another? Under the hood, every conversion in this tool passes through a category's base unit. To convert meters to feet, the meter value is first expressed in the category's base (the meter itself), then re-expressed in feet using the foot's exact definition. This two-step route is what keeps every pair of units in a category consistent: because each unit is defined relative to the same base, converting A to B always agrees with converting A to C to B, no matter which path you take.
The conversion factors used here are the official international definitions: an inch is exactly 25.4 millimeters, a pound exactly 453.59237 grams, a US gallon exactly 3.785411784 liters, and so on. These values come from the SI and the international yard-and-pound agreements, so results agree with every serious conversion tool and reference table.
The Five Categories
- Length — millimeters to miles: mm, cm, m, km, inches, feet, yards, miles. The base is the meter.
- Weight / mass — milligrams to metric tons: mg, g, kg, t, ounces, pounds, stone. The base is the gram.
- Temperature — Celsius, Fahrenheit, Kelvin. Handled with dedicated formulas because the scales are offset, not just scaled.
- Volume — milliliters to US gallons: mL, L, m³, teaspoons, tablespoons, US fl oz, cups, pints, quarts, gallons. The base is the milliliter.
- Data storage — bits to terabytes: bit, byte, KB, MB, GB, TB with decimal (1000-based) prefixes. The base is the byte.
SI Units and the Metric System
The metric system's strength is that every unit is a power of ten of its base: a kilometer is exactly 1000 meters, a milligram exactly one thousandth of a gram. The International System of Units (SI) standardizes the bases — meter, kilogram, second, and so on — plus the prefixes (milli-, centi-, kilo-, mega-, giga-, tera-) that build the scale. Because the bases are defined by physical constants rather than artifacts, a meter in Tokyo is the same as a meter in Toronto to within the width of an atom. Imperial units, by contrast, are defined relative to metric ones — the inch, pound, and gallon all have exact metric definitions — which is exactly how this converter can treat both systems with identical precision.
How Temperature Differs
Every non-temperature category is a straight scale: 1 meter times 100 is 100 centimeters, and 0 meters is 0 centimeters. Temperature is different because its scales have different zero points. The converter therefore routes all temperature work through Celsius: Fahrenheit becomes Celsius with (F − 32) × 5/9, Kelvin with K − 273.15, and the target scale is built back out from there. That is why 0°C converts to 32°F and to 273.15 K — three names for the same physical state, each on its own ruler with its own origin.
Step-by-Step: Two Conversions
A 5-meter table: the value 5 is multiplied by the meter's factor (1) to get 5 base meters, then divided by the foot's factor (0.3048) to get 16.4042 feet. A 20°C room in Fahrenheit: 20°C becomes (20 × 9/5) + 32 = 68°F. Both answers appear instantly as you type, and both stay exact to the precision shown — switch the same value to another target unit and the result is consistent with the first, because both paths share the same base.
A Short History of Measurement
Every unit of measurement began as a human body part or a local custom — the cubit was a forearm, the foot a foot, the yard allegedly the distance from a king's nose to his thumb — which worked until trade and science demanded agreement. The French Revolution gave the world the metric system with the meter defined as a fraction of the Earth's meridian, and two centuries of international agreements refined it into the SI we use today, with units defined by physical constants rather than artifacts. The United States, Myanmar, and Liberia remain the only countries that have not formally adopted the metric system, which is why a converter like this one — bridging meters and feet, liters and gallons — remains a daily necessity for millions of people.
Units in Daily Life
The conversions people actually need cluster around a few everyday situations. Recipes mix grams and ounces, cups and milliliters — a US cup is 236.59 mL, not the 250 mL of a metric cup, and the difference quietly changes a bake. Fitness gear mixes kilograms and pounds, and a 20 kg dumbbell is 44.09 lb. Home projects mix meters and feet, and a 2.4 m wall is 94.5 in. Screen sizes and luggage are quoted in inches in the US and centimeters elsewhere. Temperature comes up whenever weather crosses borders — 25°C is a pleasant 77°F, and 40°C is a dangerous 104°F. Knowing which units are common where, and having a converter one tap away, turns these moments from arithmetic into a glance.
When Precision Matters
For most everyday conversions, three or four decimal places are plenty. Engineering and construction are different: a structural or machine specification may depend on the last millimeter, and the standard practice is to work in a single system end to end, converting only at the boundary. When you are doing that, round at the end, not along the way — this tool keeps full precision internally and rounds only for display, so you can take the exact value from the result tile and carry your own number of digits forward.
Reference Table
| Input | Equivalents |
|---|---|
| 1 meter | 3.28084 feet · 39.37008 inches · 0.000621 miles |
| 1 mile | 1.60934 kilometers · 1,760 yards · 5,280 feet |
| 1 kilogram | 2.20462 pounds · 35.27396 ounces · 0.15747 stone |
| 1 liter | 33.81402 US fl oz · 4.22675 US cups · 0.26417 US gallons |
| 1 US gallon | 3.78541 liters · 128 US fl oz · 4 US quarts |
| 1 megabyte | 1,000 kilobytes · 1,000,000 bytes · 8,000,000 bits |
| 0°C (freezing point) | 32°F · 273.15 K |
| 100°C (boiling point) | 212°F · 373.15 K |
Paste any input into the converter to confirm — values are rounded to six decimal places for display.
Precision and Rounding
Conversion factors like 0.3048 (the foot) are exact, but their reciprocals are not: 1 meter is 3.280839895013123… feet, forever. This tool keeps the full precision internally and rounds only for display, so converting 1 m to ft and back to m returns 1 exactly. If you need more digits than the six shown, use the displayed value as a sanity check and compute with a spreadsheet or code library for the final digits.
Common Conversions at a Glance
A few conversion pairs get searched far more often than the rest. Here are direct answers for the most common ones, each computed from the same exact factors the converter above uses — bookmark or link straight to any of these with the anchors below.
Meters to Feet
1 meter = 3.28084 feet, from the length category's meter factor (1) divided by the foot factor (0.3048): 1 ÷ 0.3048 = 3.280839895013123, rounded to five decimals.
Kilograms to Pounds
1 kilogram = 2.20462 pounds, from the weight category's kilogram factor (1000 g) divided by the pound factor (453.59237 g): 1000 ÷ 453.59237 = 2.2046226218…, rounded to five decimals.
Celsius to Fahrenheit
Celsius converts to Fahrenheit with F = (C × 9/5) + 32 — for example, 0°C is 32°F and 100°C is 212°F, the same offset-based formula the converter's temperature category runs on.
Inches to Centimeters
1 inch = 2.54 centimeters exactly, from the length category's inch factor (0.0254 m) divided by the centimeter factor (0.01 m) — an exact result because both factors are defined, not measured.
Liters to US Gallons
1 liter = 0.26417 US gallons, from the volume category's liter factor (1000 mL) divided by the US gallon factor (3785.411784 mL): 1000 ÷ 3785.411784 = 0.2641720524…, rounded to five decimals.