IEEE-754 Float Inspector
Convert between floats and their bit patterns; inspect sign, exponent and mantissa.
e.g.
-0.5, 1e-9, Infinity, NaN.
Raw IEEE-754 bytes.
Bit fields
Sign
–
Exponent (biased)
–
Exponent (actual)
–
Mantissa
–
Values
Stored value
–
Hex
–
Class
–
Notes
Edit the decimal value or the hex pattern; the other updates instantly. The colored bit string shows the sign, exponent and mantissa fields. Note that single precision cannot represent every decimal exactly, so the "stored value" may differ slightly.