Skip to content
Contania

Scientific Notation Converter

Scientific notation writes a number as a value between 1 and 10 times a power of ten — the compact way to handle the very large and the very small. Enter a number to convert it.

Your numbers

Result

Scientific notation
1.2345 × 10^4
Mantissa
1.23
Exponent
4
Conversion
StepDetail
Number12345
Mantissa (1 ≤ |a| < 10)1.2345
Exponent4
Scientific notation1.2345 × 10^4
Advertisement

How scientific notation works

A number is written as a × 10^b, where the mantissa a sits between 1 and 10 and the exponent b counts how far the decimal point moved. 12,345 = 1.2345 × 10^4. A positive exponent means a large number; a negative one means a small fraction: 0.00056 = 5.6 × 10^−4.

Why it is used

It keeps otherwise unwieldy numbers readable and comparable. The distance to the Sun is 1.496 × 10^11 m; the mass of an electron is 9.109 × 10^−31 kg. Writing those in full would be error-prone — the exponent alone tells you the scale at a glance.

Scientific vs engineering notation

Scientific notation keeps the mantissa between 1 and 10. Engineering notation restricts the exponent to multiples of 3 (so it lines up with kilo, mega, milli, micro), which is handier in electronics. This converter gives the standard scientific form.

Frequently asked questions

Sources

Embed this calculator

Copy the code and paste it into your site or blog. Credit with a link back to Contania is included, and the height adjusts itself.

<iframe src="https://contania.app/embed/math/scientific-notation" title="Scientific Notation Converter (a × 10^b)" width="100%" height="720" loading="lazy" style="border:1px solid #e5e0d8;border-radius:12px;max-width:640px"></iframe>
<script>window.addEventListener("message",function(e){if(e.data&&e.data.type==="contania:embed-height"){var f=document.querySelector('iframe[src="https://contania.app/embed/math/scientific-notation"]');if(f){f.style.height=e.data.height+"px"}}});</script>

Related calculators