IEEE-754 Float Inspector
Visualize the binary representation of floating-point numbers.
32-bit Float (float / single)
Hex:
Sign: |
Exponent: () |
Mantissa:
64-bit Float (double)
Hex:
Sign: |
Exponent: () |
Mantissa: 52 bits
IEEE-754: Sign (1 bit) + Exponent (8/11 bits) + Mantissa (23/52 bits)