Type in a value, and it will convert it to binary and back to a double value.
Scratch represents numbers using the IEEE 754 double-precision floating-point format. I made 2 scripts that can convert from double to binary or from binary to double losslessly.