IEEE 754 Tool (WIP)

Input step
Input
SignExponentSignificand
Binary1.
1.
Decoded
Output
Error

This tool is inspired by Harald Schmidt's IEEE 754 Converter. It's not much different from the original, but it does have a few extra little features like exact decimal representation, 64-bit support, and storing input in the URL query string.

The source code is available on GitHub. The core functionality is implemented using 5 simple functions: 4 written in WebAssembly Text Format for type punning and 1 written in Rust for exact decimal representation.