Float Calc

Float Calc is a software utility to perform a floating-point conversion according to the IEEE 754 standard.

The IEEE Standard for Floating-Point Arithmetic (IEEE 754) is the most used standard for floating-point computation, and is followed by many hardware (CPU and FPU) and software implementations (such as Java).

Features
- Converts a floating-point number to their binary representation according to the IEEE 754 standard.

- Shows the result as single precision (Float/32-Bit) and double precision (Double/64-Bit).

- Shows the result in the hexadecimal and binary formats.

- Has an info page that shows how to perform a reverse conversion from the binary representation to the decimal form.