[Solved] Converting binary data to numeric format [closed]


The hex represents a double in little-endian format.
If you reverse the bytes and check against your first result you will see that it matches the decimal representation: http://binaryconvert.com/result_double.html?hexadecimal=4049689F80000000

1

solved Converting binary data to numeric format [closed]