ieee 754 single precision floating point converter python code example
Example: python ieee 754 converter
import struct
print(struct.unpack('d', b'\xc8[\x9a36\x7f&A')[0])
import struct
print(struct.unpack('d', b'\xc8[\x9a36\x7f&A')[0])