Converter
Input
Result
Sign
—
Exponent
—
Fraction
—
Convert values between IEEE-754 hex and decimal for float32 and float64. Useful for UART/CAN payload decoding, memory dump analysis, and firmware debugging.
—
—
—
IEEE-754 stores values as sign, exponent, and fraction. float32 uses 1/8/23 bits, and float64 uses 1/11/52 bits. Byte order affects how bytes are arranged in memory, not the mathematical value itself.
The same byte sequence can represent different bit patterns depending on byte order interpretation.
When exponent bits are all ones and fraction is non-zero, IEEE-754 represents NaN.
Hex to Float · HEX ⇄ ASCII ⇄ Binary · UART Packet Time · CRC Calculator