Open converter
Use the full IEEE-754 tool for float32/float64, endian switching, and field-level decoding.
Decode IEEE-754 float values from hex for firmware payloads, memory dumps, and protocol analysis.
Use the full IEEE-754 tool for float32/float64, endian switching, and field-level decoding.
3F800000 → 1.0 (float32)
BF800000 → -1.0 (float32)
3FF0000000000000 → 1.0 (float64)
Byte order changes how hex bytes map to IEEE-754 bits. Always match protocol endianness.
IEEE 754 Converter · HEX ⇄ ASCII ⇄ Binary · Struct Memory Layout