The Ultimate Unit Conversion Guide
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/guide/unit-conversion-guide/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/guide/unit-conversion-guide/
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/guide/unit-conversion-guide/)
Use the native HTML custom element.
Length, weight, temperature, area, and volume conversions with the most important conversion factors memorized for daily use
Why Unit Conversions Still Matter in a Metric World
Despite the metric system's dominance in science and in most countries, everyday life is full of unit-mixing situations: measuring room area, comparing vehicle fuel efficiency, understanding foreign weather forecasts, and reading ingredient amounts in imported recipes. Knowing the key conversion factors — and the logic behind them — prevents costly errors and speeds up daily calculations.
Pyeong Converter Tsubo Converter
Length: The Metric-Imperial Divide
The most fundamental length conversion in international contexts:
| From | To | Multiply by |
|---|---|---|
| kilometers | miles | 0.6214 |
| miles | kilometers | 1.6093 |
| meters | feet | 3.2808 |
| feet | meters | 0.3048 |
| centimeters | inches | 0.3937 |
| inches | centimeters | 2.54 |
Memory shortcuts: - 1 km ≈ 0.6 miles (more precisely 5/8) - 1 inch = exactly 2.54 cm (defined exactly since 1959) - 1 foot = 30.48 cm → roughly 30 cm for quick estimates
Practical uses: - Converting marathon distance: 42.195 km × 0.6214 ≈ 26.2 miles ✓ - Estimating height: 5'10" = (5 × 12 + 10) × 2.54 = 70 × 2.54 = 177.8 cm - Reading a European speed sign: 100 km/h × 0.6214 ≈ 62 mph
Weight and Mass
| From | To | Multiply by |
|---|---|---|
| kilograms | pounds | 2.2046 |
| pounds | kilograms | 0.4536 |
| grams | ounces | 0.0353 |
| ounces | grams | 28.35 |
| metric ton | pounds | 2,204.6 |
Memory shortcuts: - 1 kg ≈ 2.2 lbs (use 2.2 for quick estimates) - 1 lb ≈ 454 grams - A 70 kg person weighs 70 × 2.2 = 154 lbs - A recipe calling for 500g of flour = about 17.6 oz (use 18 oz in practice)
Temperature: The Three-System World
Temperature conversions require formulas, not just multiplication:
| Conversion | Formula |
|---|---|
| Celsius → Fahrenheit | °F = (°C × 9/5) + 32 |
| Fahrenheit → Celsius | °C = (°F − 32) × 5/9 |
| Celsius → Kelvin | K = °C + 273.15 |
Quick reference points: - 0°C = 32°F (water freezes) - 100°C = 212°F (water boils) - 37°C = 98.6°F (human body temperature) - 20°C ≈ 68°F (comfortable room temperature)
Mental estimation rule: Double the Celsius value and add 30 to get rough Fahrenheit. - 20°C: 20 × 2 + 30 = 70°F (actual: 68°F — close enough for conversational use) - 35°C: 35 × 2 + 30 = 100°F (actual: 95°F — still a useful approximation)
Area: Square Units and Real Estate Standards
Area conversion is quadratic — doubling linear dimensions quadruples area.
| From | To | Multiply by |
|---|---|---|
| square meters (m²) | square feet (ft²) | 10.764 |
| square feet | square meters | 0.0929 |
| pyeong (평) | square meters | 3.3058 |
| tsubo (坪) | square meters | 3.3058 |
| acres | square meters | 4,046.9 |
| hectares | acres | 2.4711 |
Key fact: pyeong and tsubo are identical units (both = 400/121 m²), derived from the same historical Japanese measurement system. A 33-pyeong apartment is 33 × 3.306 ≈ 109 m² ≈ 1,174 ft².
Volume: Cooking, Fuel, and Liquids
| From | To | Multiply by |
|---|---|---|
| liters | US gallons | 0.2642 |
| US gallons | liters | 3.7854 |
| liters | UK (imperial) gallons | 0.2200 |
| milliliters | US fluid ounces | 0.0338 |
| US cups | milliliters | 236.6 |
| tablespoons | milliliters | 14.79 |
| teaspoons | milliliters | 4.93 |
Cooking shortcuts: - 1 US cup = 240 mL (use 240 for recipes) - 1 tablespoon = 15 mL - 1 teaspoon = 5 mL - 1 L ≈ 4.2 cups
Fuel efficiency: - Miles per gallon (MPG) to liters per 100 km: 235.2 / MPG - A car getting 30 MPG = 235.2/30 ≈ 7.8 L/100km
Speed: mph, km/h, knots, and m/s
| From | To | Multiply by |
|---|---|---|
| km/h | mph | 0.6214 |
| mph | km/h | 1.6093 |
| knots | km/h | 1.852 |
| m/s | km/h | 3.6 |
| m/s | mph | 2.237 |
A hurricane wind of 200 km/h = 200 × 0.6214 ≈ 124 mph ≈ 200/1.852 ≈ 108 knots
Pressure: Pa, psi, bar, and atm
| Unit | Equivalent |
|---|---|
| 1 atmosphere (atm) | 101,325 Pa = 14.696 psi = 1.01325 bar |
| 1 bar | 100,000 Pa = 14.504 psi |
| 1 psi | 6,894.8 Pa |
| Tire pressure 35 psi | ≈ 2.41 bar = 241 kPa |
The Power of Dimensional Analysis
When combining conversions, dimensional analysis ensures you never multiply when you should divide:
Convert 60 mph to m/s: 60 mi/hr × (1.6093 km/mi) × (1,000 m/km) × (1 hr/3,600 s) = 60 × 1,609.3 / 3,600 m/s = 26.8 m/s
By writing units explicitly and canceling them, dimensional analysis prevents direction errors that can cause significant mistakes in engineering and scientific contexts.