JavaScript is required to use this tool.
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).