IEEE 754 Floating-Point Converter

Decimal to IEEE 754 single and double precision bits.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

IEEE 754 floating-point converter

Convert any decimal number into its IEEE 754 representation in 32-bit single or 64-bit double precision. The tool shows the hexadecimal value, the full binary pattern, and breaks the number into its three fields: the sign bit, the biased exponent, and the mantissa.

IEEE 754 is the floating-point standard used by virtually every programming language and CPU. Because many decimals cannot be stored exactly in binary, the bits you see are the nearest representable value — computed locally in your browser.

Ad placeholder (rectangle)