IEEE 754 Floating-Point Converter (binary16 / 32 / 64 / 128)
Convert between decimal and IEEE 754 binary representations (binary16 half, binary32 single, binary64 double, binary128 quad). Show sign / exponent / mantissa bit fields, the exact stored value via BigInt, absolute & relative rounding error, classification (normal / subnormal / ±0 / ±inf / qNaN / sNaN), a clickable bit grid, ULP next/previous stepping, hex-float parsing (0x1.8p+1), and side-by-side precision comparison. 100% client-side, BigInt-correct for all four widths.
Convert between decimal and IEEE 754 binary representations (binary16 half, binary32 single, binary64 double, binary128 quad). Show sign / exponent / mantissa bit fields, the exact stored value via BigInt, absolute & relative rounding error, classification (normal / subnormal / ±0 / ±inf / qNaN / sNaN), a clickable bit grid, ULP next/previous stepping, hex-float parsing (0x1.8p+1), and side-by-side precision comparison. 100% client-side, BigInt-correct for all four widths. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.