01 How does the GC Wizard convert IEE-754 Floating Point numbers into binary numbers?

Decoding – Binary numbers to floating point numbers

The binary number entered is converted into the corresponding floating point number as soon as the bit length reaches 16, 32, 64 or 128.

The “Endian” switch is used to specify the byte sequence of the binary number entered.

Encrypt – floating point numbers to binary numbers

The number entered is immediately output as either a 32-bit or 64-bit binary number.

The “Endian” switch is used to specify the byte sequence of the binary number to be output.