Skip to content
K Knidox Search…
Reference · Notation

Scientific Notation Converter

Convert any number to scientific, engineering, and E-notation.

Enter a plain or scientific number — e.g. 0.00042, 5300000, or 6.02e23.
Famous numbers — tap to load
Scientific notation
4.2 × 10⁻⁴

Mantissa between 1 and 10, times a power of ten.

FormValue
Decimal0.00042
Scientific4.2 × 10⁻⁴
E-notation4.2e-4
Engineering420 × 10⁻⁶

Scientific notation writes a number as a × 10ⁿ, where the mantissa a is between 1 and 10 and n is an integer. Move the decimal point until one non-zero digit remains on its left, then count the moves. So 0.00042 becomes 4.2 × 10⁻⁴ and 5,300,000 becomes 5.3 × 10⁶.

Taming very large and very small numbers

Scientific notation writes a number as a mantissa between 1 and 10 multiplied by a power of ten. So 0.00042 becomes 4.2 × 10⁻⁴ and 5,300,000 becomes 5.3 × 10⁶. It makes orders of magnitude obvious at a glance and keeps arithmetic with extreme values manageable.

value = a × 10ⁿ, with 1 ≤ |a| < 10

a is the mantissa, n is the integer exponent (negative for small numbers)

Worked example: 0.00042

Move the decimal point until exactly one non-zero digit sits to its left, then count how far it moved.

  1. 1
    Move the decimal point. From 0.00042, move right past the zeros to get 4.2 — the mantissa.
  2. 2
    Count the moves. The point moved 4 places to the right.
  3. 3
    Set the sign of the exponent. Moving right for a number below 1 makes the exponent negative: n = −4.
  4. 4
    Write it out. 0.00042 = 4.2 × 10⁻⁴. For a large number like 5,300,000 the point moves left, giving 5.3 × 10⁶.

Engineering notation and SI prefixes

Engineering notation restricts the exponent to multiples of three, which lines up exactly with the metric prefixes (kilo-, milli-, micro-). That is why electronics and engineering favour it — 4.7 × 10⁻³ F is simply 4.7 mF. For a different way to compress numbers, see the number base converter, and reach for the scientific calculator when you need to compute with these values.

SI prefixes ↔ powers of ten

The common metric prefixes and the exponent each one stands for.

PrefixSymbolPower of ten
gigaG10⁹
megaM10⁶
kilok10³
(none)10⁰
millim10⁻³
microµ10⁻⁶
nanon10⁻⁹
picop10⁻¹²

Why the mantissa rule matters

Keeping the mantissa between 1 and 10 makes the form unique, so 4.2 × 10⁻⁴ and 0.42 × 10⁻³ describe the same number but only the first is in standard scientific notation. It also makes the exponent a clean count of orders of magnitude, which is exactly what lets you compare 6.0 × 10²³ atoms to 9.1 × 10⁻³¹ kg at a glance.

What is E-notation?
A keyboard-friendly form where the “× 10” is written as the letter e: 4.2e-4 means 4.2 × 10⁻⁴. Calculators and code use it because it needs no superscripts.
How is it different from engineering notation?
Scientific notation keeps the mantissa between 1 and 10; engineering notation uses exponents that are multiples of 3 so they map directly onto metric prefixes like kilo, milli, and micro.
Can I enter a number already in scientific form?
Yes — type something like 6.02e23 and it will be normalized and shown in plain, scientific, engineering, and E-notation forms.
How do I know if the exponent is positive or negative?
Numbers larger than 1 have a positive exponent (the point moves left); numbers smaller than 1 have a negative exponent (the point moves right).
Why must the mantissa be between 1 and 10?
That constraint makes the notation unique, so each number has exactly one standard form, and it keeps the exponent as a true count of the number’s order of magnitude.
How does scientific notation relate to significant figures?
The mantissa shows exactly the significant figures: 4.20 × 10³ has three significant figures, while 4.2 × 10³ has two. This is one reason scientists prefer the form.