A more intuitive way to experiment with how floating-point numbers are represented.
Currently supports single-precision (32-bit) only.
You can directly type a decimal number into the textbox, the array of bits in the middle shows the underlying binary representation of the given floating-point number.
These bits can also be manipulated manually, just a click away!