Scientific Notation Converter
Convert numbers between standard, scientific, engineering, and E-notation with significant-figure rounding.
About this tool
Enter any number — from subatomic scale (10⁻³⁵) to cosmological scale (10⁸⁶) — and instantly see it expressed in four equivalent notations: standard decimal, scientific notation (coefficient × 10^exponent), engineering notation (exponent restricted to multiples of 3, matching SI prefixes), and E-notation (1.23E6). Round the result to a chosen number of significant figures. Multiply or divide two numbers given in scientific notation directly, with the result shown in all four forms. A curated reference table of real-world quantities — atom radius, wavelength of visible light, Earth's mass, distance to the nearest star, number of atoms in a mole — provides context for extreme values.
How to use
- 1 Type any number (e.g. 0.0000123 or 45600000) into the input field.
- 2 Instantly see the scientific, engineering, E-notation, and standard forms.
- 3 Use the 'Significant Figures' slider to round the coefficient.
- 4 Scroll to the calculator, enter two numbers and choose × or ÷.
- 5 Click 'Calculate' to see the product or quotient in all four notations.
- 6 Check the reference table for real-world examples at extreme scales.
Why scientific notation exists
Some numbers are too unwieldy to write out: the distance to the nearest star is roughly 40,140,000,000,000,000 metres, and the radius of a hydrogen atom is about 0.0000000000529 metres. Scientific notation compresses both into a tidy coefficient × 10exponent form, so those become 4.014 × 10^16 and 5.29 × 10^-11. The exponent tells you the scale at a glance, and the coefficient carries the precision. This converter takes any number you type and shows it simultaneously in four equivalent notations, lets you control precision with significant figures, and even does arithmetic across scales.
The four notations, side by side
- Scientific: coefficient between 1 and 10 times a power of ten, e.g.
1.23 × 10^5. The standard form for any scale. - Engineering: the same idea, but the exponent is forced to a multiple of three (…10-6, 10-3, 100, 103, 106…) so the coefficient can run from 1 up to 999. This maps directly onto SI prefixes, and the tool labels the matching prefix — kilo (k), mega (M), micro (µ), milli (m) and so on.
- E-notation: the compact form computers and calculators use, where
× 10^is written as the letterE, e.g.1.23E+5. - Standard decimal: the fully written-out number, e.g.
123000.
Significant figures: precision you control
A slider sets significant figures from 1 to 12, and the coefficient in every notation is rounded to that many. Significant figures are the digits that carry real information, counted from the first non-zero digit. Rounding 1.23456 × 10^5 to three significant figures gives 1.23 × 10^5; to five it gives 1.2346 × 10^5. This matters in science because a result should not claim more precision than the measurement that produced it — reporting 4.014 × 10^16 (four figures) honestly states how well the distance is known, whereas writing all sixteen digits would imply impossible accuracy.
A worked example
Type 0.0000123. With four significant figures the tool shows scientific 1.230 × 10^-3, engineering 1.23 × 10^-3 labeled with the milli prefix, E-notation 1.230e-3, and standard 0.00123. Now drag significant figures to 2 and the coefficient tightens to 1.2 across every form at once. The engineering view immediately tells you this quantity is "about 1.2 thousandths" — which, if it were a length, you would read straight off as 1.23 millimetres.
Doing arithmetic across scales
The built-in calculator multiplies or divides two values entered in any notation. Multiplying powers of ten means adding the exponents and multiplying the coefficients; dividing means subtracting the exponents and dividing the coefficients. For example (3 × 10^8) × (2 × 10^-4) gives 6 × 10^4 — multiply 3 by 2, add 8 and −4. The tool performs this, applies your significant-figure setting, and prints the answer in all four notations, so you never have to juggle exponents by hand. It also includes a reference table of real quantities, from a proton's radius (8.5 × 10^-16 m) to the observable universe (8.8 × 10^26 m), to give those bare exponents physical meaning.
Practical use cases
- Physics and chemistry homework: convert between the notation a textbook uses and the one your calculator displays, and round answers to the right number of significant figures.
- Engineering: the engineering view's multiple-of-three exponents line up with component values and SI units, so
4.7 × 10^3ohms reads instantly as 4.7 kΩ. - Data and programming: decode the
E-notation that spreadsheets and logs emit for very large or small numbers.
Tips and limits to keep in mind
- You can paste in several formats. The parser accepts plain decimals, E-notation (
1.5e-10), and even1.5 × 10^-10, so you rarely have to reformat before converting. - Floating-point ceiling. Calculations use standard 64-bit floating point, which is exact and reliable for exponents up to about ±308. Beyond that range you reach the limits of the number type, so treat extreme display-only values as approximate.
- More figures isn't more accurate. Raising the significant-figure slider shows more digits but cannot recover precision the original number never had — match it to your real measurement.
Frequently Asked Questions
Add, subtract, multiply, and divide fractions with step-by-step working and visual fraction bars.
Solve linear, quadratic, cubic, and simultaneous equations with step-by-step working.
Calculate mean, median, mode, standard deviation, variance, and more from any dataset.
Convert numbers between binary, octal, decimal, and hexadecimal — instantly with bitwise breakdown.