UnQTools
Developer Runs in your browser

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.

100% Private Works Offline Instant

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

  1. Enter your input in the tool above.
  2. Adjust any options to your preference.
  3. Use the Copy or Download buttons to save the result.
  4. Everything happens locally — your data never leaves your browser.