IEEE 754 Float Converter
See exactly how a number is stored in memory as an IEEE 754 floating-point value. Enter a decimal number or a raw hex pattern and get the sign, exponent, and mantissa bits, the hex word, and the rounding error the format introduces. This is why 0.1 isn't really 0.1.