Convert decimal numbers to IEEE 754 float hex or decode 32-bit float hex back to a number.
Enter the example value or paste your own input, choose the mode when one is available, and read the first result card for the direct answer. The output area gives a copyable block for code reviews, documentation, API tests, classwork or troubleshooting notes.
What the result means
The converter uses browser DataView methods to show how a number is represented as IEEE 754 bytes.
What is not included
Endianness is displayed as big-endian hex for readability. Decimal-to-binary rounding follows JavaScript number behavior.
Privacy note
The calculation runs in your browser. Avoid pasting production secrets, credentials, private keys, customer data or regulated personal data unless your own policy allows browser-based tools.