{{ unitHero.sourceLabel }} {{ unitHero.baseLabel }} {{ unitHero.targetLabel }}
Unit converter inputs
Pick an everyday, engineering, digital, or fuel category; each category keeps source and target units compatible.
The conversion updates immediately and keeps full precision before display rounding.
The all-unit table still lists every unit in the selected category.
{{ result.swapHint }}
Use the same source number when checking the opposite direction.
Calculations keep full numeric precision; this setting changes only output rounding.
Use Engineering or Scientific when comparing very small and very large unit scales.
Use Nearby for a local slope check; use Wide when comparing a broader practical range.
Filter by unit name, symbol, definition, or use case when a category has a long unit list.
Field Value Detail Copy
{{ row.field }} {{ row.value }} {{ row.detail }}
Unit Equivalent Base definition Best for Copy
No equivalent units match
Clear or widen the unit list filter to restore this export table.
{{ row.unitLabel }} {{ row.equivalentDisplay }} {{ row.definition }} {{ row.bestFor }}
Topic Current reading Use this note Copy
{{ row.topic }} {{ row.reading }} {{ row.note }}

        
Customize
Advanced
:

Introduction

Unit conversion keeps the measured quantity the same while changing the scale used to describe it. A shelf that is 30.48 centimeters wide is the same width as a shelf that is 12 inches wide, but the number alone cannot tell you that. The unit says what kind of quantity is being measured, which standard defines the scale, and how much size is hidden behind the symbol.

Most conversions are ratio problems. Length can pass through meters, mass through kilograms, pressure through pascals, energy through joules, and data rate through bits per second. Once a value is expressed in a reference unit, it can be written in another compatible unit without changing the underlying amount. This is why inch-to-centimeter, pound-to-kilogram, psi-to-kilopascal, and kilowatt-hour-to-megajoule conversions can be checked with a stable multiply-and-divide path.

Quantity
The thing being measured, such as length, temperature, pressure, fuel economy, storage, or data rate.
Unit
The agreed scale used to express that quantity, such as meter, foot, kelvin, byte, or mile per gallon.
Conversion factor
The ratio that links one unit to another unit for the same quantity.
Reference unit
A convenient middle unit used to keep a conversion family consistent.

The first practical risk is mixing unlike quantities. Pounds and kilograms are mass units in everyday use, but pounds per square inch and pascals are pressure units, and miles per gallon is not the same kind of measure as gallons per 100 miles. A conversion only makes sense when the source and target units belong to the same measurement family.

Examples of unit families and conversion cautions
Family Typical reference Caution
Length, area, volume, mass Meter, square meter, liter, kilogram Similar symbols can belong to different dimensions, such as ft and ft2.
Temperature Kelvin Celsius and Fahrenheit need offsets, not only ratios.
Digital storage and data rate Byte or bit per second Decimal prefixes, binary prefixes, bits, and bytes are easy to mix.
Source given unit Reference base unit Target needed unit factor factor offset path for temperature reciprocal path for fuel use

Several unit families need extra attention because the usual ratio idea is not enough. Temperature scales such as Celsius and Fahrenheit have offsets, so 0 deg C and 0 deg F do not mean zero thermal energy. Fuel economy can be stated as distance per fuel or fuel per distance, which makes one direction grow while the other shrinks. Digital quantities can use decimal prefixes such as MB and GB or binary prefixes such as MiB and GiB, and bit-rate units are eight times smaller than byte-rate units with the same prefix size.

Rounding is the second practical risk. Conversion factors may be exact, but the original measurement often is not. A tape-measure reading, recipe amount, device label, dashboard value, or product specification carries its own precision limit, so a long converted decimal should not be treated as more accurate than the measurement that produced it.

For engineering, trade, laboratory, aviation, medical, and safety work, a unit conversion is only one check. The measuring instrument, governing standard, tolerance, significant figures, and required reporting unit still decide whether the converted value is acceptable.

How to Use This Tool:

Set the measurement family first, then choose the source value and unit pair. The summary and result tabs update from the current selections, and warnings appear when the source value cannot produce a usable conversion.

  1. Choose Category before choosing units. The source and target lists are limited to compatible units in that category, including everyday, engineering, astronomical, digital, and fuel-economy groups.
  2. Enter the Source measurement and select its adjacent source unit. Blank input is treated as 0, while an invalid number is reset to the category default.
  3. Choose the Target unit. Use the Direction helper and Swap units when the pair is reversed and you want to keep the same entered number.
  4. Open Advanced when you need to change Display precision, Number notation, Pair curve range, or Unit list filter.
  5. Read Target Conversion first. Check Target, Base, Formula, Display format, and Guardrail before copying the result.
  6. Use All Equivalent Units to compare the same source measurement across the whole category. The Unit list filter narrows this table without changing the main conversion.
  7. Open Conversion Guidance for category notes, Pair Range Curve for nearby, wide, or zero-to-input scale checks, and JSON when you need a structured copy of the current conversion.

Interpreting Results:

Target is the converted value in the selected destination unit. Base shows the same measurement in the category reference unit, which makes it easier to audit conversions that pass through meters, kilograms, kelvin, pascals, joules, bytes, or bits per second. Formula tells you whether the pair used a linear factor, a temperature offset, a same-unit check, or reciprocal fuel-economy logic.

Guardrail is the main warning field. A below-absolute-zero temperature or a zero or negative fuel-economy value makes the target unavailable. Negative numbers in other non-temperature categories are still converted as signed quantities, so check whether a negative length, mass, area, capacity, or rate makes sense for your source measurement.

  • Use the highlighted target row for the selected pair, not a nearby equivalent row with a similar symbol.
  • Keep decimal, binary, bit, and byte labels intact when reading digital storage or data-rate results.
  • Treat display precision as formatting. It exposes more or fewer decimals but does not make the original measurement more exact.
  • Use the pair range curve as a scale sanity check, especially when values span tiny and large units or when reciprocal fuel units make the line slope downward.

Technical Details:

A unit conversion preserves dimensional meaning. Linear categories use one base reference per measurement family: meter for length, square meter for area, liter for volume, kilogram for mass, second for time, pascal for pressure, joule for energy, watt for power, byte for storage, and bit per second for data rate. The source unit factor moves the value into the reference unit, and the target unit factor moves it back out.

Offset scales and reciprocal units need separate handling. Celsius and Fahrenheit first move through kelvin because kelvin is an absolute temperature scale. Fuel economy first moves through kilometers per liter because distance-per-fuel units and fuel-per-distance units describe opposite ratios.

Formula Core:

For a linear conversion, the source value is multiplied by the source factor and divided by the target factor. Temperature and fuel economy add the adjustment paths shown below.

B = x×fs y = Bft K = C+273.15 K = (F+459.67)×59 E = 100x×fs when the source is fuel per distance y = 100E×ft when the target is fuel per distance
Unit conversion variables
Symbol Meaning Where to check it
x Entered source measurement. Source measurement and the Source row.
B Base reference value for the selected category. Base in Target Conversion.
y Converted target value. Target in Target Conversion.
fs, ft Source and target factors relative to the category reference unit. Reflected in the displayed Formula and equivalent-unit definitions.
K, C, F Kelvin, Celsius, and Fahrenheit temperature values. Used when a temperature pair needs an offset.
E Fuel economy expressed as kilometers per liter before a reciprocal target is displayed. Used before displaying mpg, km/L, L/100 km, or gal/100 mi.
Conversion rules and validation boundaries
Category type Rule Boundary
Linear measures Multiply into the reference unit and divide by the target factor. Negative values are converted as signed values, but many physical measurements should normally be non-negative.
Temperature Convert through kelvin, then express the selected target scale. The absolute temperature must be at least 0 K.
Fuel economy Convert through km/L; fuel-consumption units invert distance-per-fuel values. The source value must be greater than 0.
Digital storage Bytes are the reference unit, with decimal and binary prefixes kept separate. One byte is 8 bits, so bit and byte labels cannot be interchanged.
Data rate Bit/s is the reference unit, with byte-per-second rates multiplied by 8. Mbps and MB/s differ by both bit/byte wording and prefix scale.

Display precision controls visible decimals in tables, chart data, and JSON output. The calculation is performed before display rounding, so copying too few displayed digits is the main precision loss introduced by the page.

For a linear example, 12 inches uses 0.0254 meters per inch. The reference value is 12 x 0.0254 = 0.3048 meters, and dividing by 0.01 meters per centimeter gives 30.48 centimeters. For a reciprocal example, 25 mpg US first becomes about 10.6286 km/L, then converts to about 9.4086 L/100 km by taking 100 divided by that distance-per-fuel value.

Worked Examples:

A product width of 12 inches converted to centimeters shows Target as 30.48 cm at four decimal places. Base is 0.3048 m, and Formula follows the linear factor path.

A weather reading of 68 deg F converted to Celsius shows Target as 20 deg C and Base as 293.15 K. The Formula row matters here because Fahrenheit to Celsius is not a plain ratio.

A vehicle value of 25 mpg US converted to L/100 km shows about 9.4086 L/100 km. Smaller L/100 km values mean lower fuel consumption, while larger mpg values mean better distance per fuel, so compare vehicles only after checking the unit direction.

A 500 GB drive label converted to GiB shows about 465.6613 GiB. All Equivalent Units makes the decimal GB and binary GiB difference visible, which helps explain why an operating system can report a smaller-looking number than a vendor label.

A source value of 0 L/100 km cannot produce a valid fuel-economy result. The summary changes to Check source value, Target becomes N/A, and Guardrail tells you to enter a positive fuel value.

FAQ:

Why does temperature conversion need an offset?

Celsius and Fahrenheit do not start at absolute zero. The conversion passes through kelvin, and the Formula row shows the offset path used for the selected pair.

Why are MB and MiB different?

MB is a decimal megabyte based on powers of 1000, while MiB is a binary mebibyte based on powers of 1024. The difference becomes more visible at GB, GiB, TB, and TiB sizes.

Why can mpg and L/100 km move in opposite directions?

mpg and km/L are distance-per-fuel units, so higher values usually mean better fuel economy. L/100 km and gal/100 mi are fuel-per-distance units, so lower values usually mean better fuel economy.

What should I check when Guardrail says Check source value?

Look for a below-absolute-zero temperature, a zero or negative fuel-economy value, or a negative source value in a category where the measurement should normally be positive.

Does a higher display precision make the conversion more accurate?

No. Display precision changes visible rounding only. Use more decimals when a specification needs them, but do not add certainty beyond the original measurement.

Glossary:

Reference unit
The middle unit used to keep a conversion category consistent before displaying the target unit.
Linear conversion
A conversion that uses multiplication and division without an offset.
Offset scale
A scale that needs a shift as well as a ratio, such as Celsius or Fahrenheit.
Reciprocal unit
A unit that inverts the relationship, such as fuel consumed per distance instead of distance per fuel.
Binary prefix
A digital prefix based on powers of 1024, such as KiB, MiB, and GiB.
Display precision
The number of decimal places shown after the conversion has already been calculated.

References: