Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

SI Prefix Conversion
1 × 100 (base units)
Prefix name Symbol Factor Decimal notation Converted value
Quetta Q 10^30 1,000,000,000,000,000,000,000,000,000,000 1.0E-30
Ronna R 10^27 1,000,000,000,000,000,000,000,000,000 1.0E-27
Yotta Y 10^24 1,000,000,000,000,000,000,000,000 1.0E-24
Zetta Z 10^21 1,000,000,000,000,000,000,000 1.0E-21
Exa E 10^18 1,000,000,000,000,000,000 1.0E-18
Peta P 10^15 1,000,000,000,000,000 1.0E-15
Tera T 10^12 1,000,000,000,000 1.0E-12
Giga G 10^9 1,000,000,000 1.0E-9
Mega M 10^6 1,000,000 1.0E-6
Kilo k 10^3 1,000 0.001
Hecto h 10^2 100 0.01
Deca da 10^1 10 0.1
(no prefix) - 10^0 1 1.0
Deci d 10^-1 0.1 10.0
Centi c 10^-2 0.01 100.0
Milli m 10^-3 0.001 1000.0
Micro u 10^-6 0.000001 1000000.0
Nano n 10^-9 0.000000001 1.0E9
Pico p 10^-12 0.000000000001 1.0E12
Femto f 10^-15 0.000000000000001 1.0E15
Atto a 10^-18 0.000000000000000001 1.0E18
Zepto z 10^-21 0.000000000000000000001 1.0E21
Yocto y 10^-24 0.000000000000000000000001 1.0E24
Ronto r 10^-27 0.000000000000000000000000001 1.0E27
Quecto q 10^-30 0.000000000000000000000000000001 1.0E30

What is the SI Prefix Conversion Calculator?

This tool converts a number expressed with one SI (International System of Units) metric prefix into the equivalent value expressed with every other standard prefix. The SI prefixes are simply names for powers of ten - from quetta (\(10^{30}\)) at the largest end down to quecto (\(10^{-30}\)) at the smallest. Because metric prefixes are pure powers of ten, this conversion is universal: it works identically in every country and for any base unit (meters, grams, watts, bytes treated as decimal, and so on).

Number line of SI prefixes arranged by power of ten
SI prefixes ordered along a power-of-ten scale from quetta down to quecto.

How to use it

Enter your number in the Value field, then pick the Source prefix that the value currently uses. The calculator instantly shows the same physical quantity rewritten with all 25 prefixes. The row that matches your source prefix is highlighted and shows exactly your input value.

The formula explained

Each prefix carries an integer exponent. To move a value from a source prefix (exponent srcExp) to a target prefix (exponent tgtExp), shift the decimal point by the difference of the exponents:

$$\text{converted} = \text{value} \times 10^{(\text{srcExp} - \text{tgtExp})}$$

This is the same as first normalizing to prefix-less base units (\(\text{base} = \text{value} \times 10^{\text{srcExp}}\)) and then dividing by the target factor (\(\text{base} / 10^{\text{tgtExp}}\)). Working with the single exponent difference avoids overflow when the gap is large (up to \(\pm 60\)).

Diagram showing the conversion formula as a shift between two exponents
Converting multiplies the value by ten raised to the difference of the source and target exponents.

Worked example

Suppose you have 5 Mega (\(\text{srcExp} = 6\)). The base value is \(5 \times 10^6 = 5{,}000{,}000\).

  • In Giga (tgtExp 9): \(5 \times 10^{(6-9)} = 0.005 \text{ G}\)
  • In Kilo (tgtExp 3): \(5 \times 10^3 = 5{,}000 \text{ k}\)
  • In base units (tgtExp 0): \(5{,}000{,}000\)
  • In Milli (tgtExp -3): \(5 \times 10^9 = 5{,}000{,}000{,}000 \text{ m}\)
  • In Micro (tgtExp -6): \(5 \times 10^{12} \text{ m}\)

FAQ

Why are symbols case-sensitive? Capital M means mega (\(10^6\)) while lowercase m means milli (\(10^{-3}\)). Kilo uses a lowercase k. Getting the case wrong changes the value by a factor of a billion.

What are quetta, ronna, ronto and quecto? These four prefixes were added by the 27th CGPM in 2022 to cover \(10^{30}\), \(10^{27}\), \(10^{-27}\) and \(10^{-30}\), mainly for data-storage and scientific scales.

Can I enter negative numbers or zero? Yes. Zero converts to zero everywhere, and negative values keep their sign.

Last updated: