Unit Converter

Result

1.61

Compare Calculations

Downloads

Includes your inputs and results for this calculation, plus any additional calculations you've compared.

How This Calculator Works

A unit converter translates a measurement from one unit into an equivalent value in another unit — the same real-world quantity, expressed differently. Pick what you’re converting — length, weight, volume, temperature, area, speed, time, digital storage, pressure, energy, power, or angle — choose the unit you’re converting from and the unit you’re converting to, enter a value, and the result updates instantly. It covers the everyday conversions people look up most (centimeters to inches, kilograms to pounds, gallons to liters, Celsius to Fahrenheit) alongside less everyday but still common ones (acres to square feet, GB to MB, psi to bar, mph to km/h), all in one tool.

The Formula

Almost every dimension here works the same way: every unit within a dimension has a fixed ratio to one “canonical” unit (meters for length, kilograms for weight, pascals for pressure, and so on). Converting from one unit to another is just:

Result=Value×Ratio of "From" UnitRatio of "To" Unit\text{Result} = \frac{\vA{\text{Value}} \times \vB{\text{Ratio of "From" Unit}}}{\vC{\text{Ratio of "To" Unit}}}

Temperature is the one real exception — Celsius, Fahrenheit, and Kelvin don’t share a common zero point, so converting between them needs an offset, not just a ratio:

  • Celsius to Fahrenheit: (celsius×9÷5)+32(\text{celsius} \times 9 \div 5) + 32
  • Fahrenheit to Celsius: (fahrenheit32)×5÷9(\text{fahrenheit} - 32) \times 5 \div 9
  • Celsius to Kelvin: celsius+273.15\text{celsius} + 273.15

Digital storage uses binary (1024-based) prefixes, the conventional assumption for a “data storage converter” — 1 KB is 1,024 bytes here, not 1,000, matching how operating systems typically label file and drive sizes.

Worked Example

Converting 1 mile to kilometers:

A mile is defined as exactly 1,609.344 meters, and a kilometer is 1,000 meters, so:

1 mile×1,609.344 (meters per mile)÷1,000 (meters per km)=1.609344 km\vA{1} \text{ mile} \times \vB{1{,}609.344} \text{ (meters per mile)} \div \vC{1{,}000} \text{ (meters per km)} = 1.609344 \text{ km}

For temperature, converting 0°C to Fahrenheit: (0×9÷5)+32=32°F(0 \times 9 \div 5) + 32 = 32°F — the freezing point of water in both scales, which is a useful way to sanity-check that a temperature conversion tool is working correctly. And for digital storage, converting 1 GB to megabytes: 1×1,024=1,024 MB1 \times 1{,}024 = 1{,}024 \text{ MB}, since a gigabyte is 1,024 megabytes under the binary convention this calculator uses.

Source: Wikipedia: Conversion of Units.

Frequently Asked Questions

What unit types does this converter support?

Length (millimeters through nautical miles), weight (grams through stone), volume (milliliters through gallons, plus cooking units like cups and tablespoons), temperature (Celsius/Fahrenheit/Kelvin), area (square meters through acres and hectares), speed, time, digital storage (bits through petabytes), pressure, energy, power, and angle.

How is temperature conversion different from the others?

Length, weight, volume, and most other conversions are all simple multiplications. Temperature needs an added offset (0°C is 32°F, not 0°F), so it uses its own formula rather than a conversion factor.

Are digital storage conversions based on 1000 or 1024?

This calculator uses 1024-based (binary) conversions for digital storage — the conventional assumption for a data storage converter, matching how operating systems typically label KB/MB/GB, even though the strictly correct SI names for these would be KiB/MiB/GiB.