SimplyCalculated.org

Universal Unit Converter

Convert between units of length, weight, temperature, volume, and data storage — meters to feet, kilograms to pounds, Celsius to Fahrenheit, liters to gallons — live as you type, entirely in your browser.

100% private: everything is processed in your browser's memory — nothing you enter is uploaded to a server, logged, or stored.

Universal Unit Converter

Result

Length, weight, temperature, volume, and data storage — all conversions run live in your browser using the official international unit definitions.

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.

Frequently Asked Questions

Why is temperature conversion special?
Because temperature scales do not share a zero point. Converting between meters and feet is pure scaling — multiply by a fixed factor — but 0°C is not "0 of something times a factor" in Fahrenheit: the scales are offset from each other. So Celsius to Fahrenheit uses the formula F = C × 9/5 + 32, and the offset is why 0°C is 32°F and why 100°C is 212°F. Kelvin adds a third zero point (absolute zero), which is why K = C + 273.15.
Why is 1 kilogram approximately 2.2 pounds and not exactly?
Because the pound is defined as exactly 453.59237 grams, and 1000 / 453.59237 is 2.2046226… — a number that never terminates. This converter uses the exact definitions, so the displayed value is rounded to six decimal places. The same is true for most imperial-to-metric conversions: the definitions are exact, but the decimal expansions are not, which is why you will see values like 3.28084 feet per meter.
Are the US volume units the same as British imperial ones?
No — and the difference is big enough to matter. The US gallon is exactly 3.785411784 liters, while the imperial gallon is 4.54609 liters. A US pint is 473 mL, an imperial pint is 568 mL, and fluid ounces differ too (29.57 mL US vs 28.41 mL imperial). This converter uses US customary units, which is what most recipe and product measurements on the web assume. When a recipe says "pint" or "cup", check which system it was written in.
Why does the data category use 1000 while the file-size converter has 1024?
Both conventions exist, so both are covered. This converter's data category uses decimal (SI) prefixes — 1 MB = 1,000,000 bytes — matching how storage is marketed. The dedicated file-size converter on this site additionally offers binary (IEC) prefixes — 1 MiB = 1,048,576 bytes — which is what most operating systems actually report. The difference is about 2.4% at the MB scale and grows with each unit.
How many decimal places are the results rounded to?
Display values are rounded to six decimal places, with trailing zeros removed and thousand separators added for readability. The underlying conversion uses the exact unit definitions, so a result shown as 3.28084 ft is accurate to within half a millionth of a foot. For engineering work, copy the value from the output and keep your own precision from there.
What exactly is a "metric ton" in the weight category?
A metric ton (tonne) is exactly 1,000 kilograms — the unit the converter uses. It is not the same as the US short ton (2,000 lb ≈ 907.18 kg) or the imperial long ton (2,240 lb ≈ 1,016 kg). If you are converting shipping weights, check which "ton" your source uses; the converter's ton is the international one.
Is my input sent anywhere?
No. Every conversion runs in your browser with the unit definitions embedded in the page — nothing you type is uploaded, logged, or stored.
How many feet is 1 meter?
One meter is 3.28084 feet. The length category defines the meter as the base unit (factor 1) and the foot as 0.3048 of that base, so 1 ÷ 0.3048 = 3.280839895013123, rounded to five decimals.
How many pounds is 1 kilogram?
One kilogram is 2.20462 pounds. The weight category defines a kilogram as 1000 (grams, its base unit) and a pound as exactly 453.59237 grams, so 1000 ÷ 453.59237 = 2.2046226218…, rounded to five decimals.
How do you convert Celsius to Fahrenheit?
Multiply by 9/5 and add 32: F = (C × 9/5) + 32. That is the exact formula this converter's temperature category uses — 0°C becomes 32°F, and 100°C becomes 212°F.
What is 175 cm in feet?
175 cm is about 5.74147 feet. The length category converts through its base unit (meters): 175 cm × 0.01 (the centimeter factor) = 1.75 base meters, then 1.75 ÷ 0.3048 (the foot factor) = 5.741469816272965, rounded to five decimals — roughly 5 feet 8.9 inches.

Formula last verified August 22, 2026 against our published methodology .