JavaScript is required to use this tool.

IEEE 754 Floating Point Explorer

Binary Representation Visualizer


Every floating point number in JavaScript is stored as a binary value following the IEEE 754 standard. This tool shows exactly how a number is encoded: the sign bit, exponent field (with bias), and mantissa (significand).

Quick values: