Convert between decimal, binary, and hexadecimal representations of IEEE 754 floating-point and integer formats with color-coded visualization.
float64double precision
float32single precision
float16half precision
float16 requires a newer browser (Chrome 135+, Firefox 129+, Safari 18.2+)
int64 / uint64
int32 / uint32
Binary Format Legend
0Sign bit (0 = positive, 1 = negative)
01111011Exponent (floats only)
10011001...Mantissa/Fraction (floats only)
Byte orderbig-endian