Floating-Point and Integer Data Types

Use floatbytes.exe to see how floating-point and integer values are stored in memory. The program supports extended, double, and single floating-point types, and the following integer types: signed 64-bit, signed 32-bit, unsigned 32-bit, signed 16-bit, unsigned 16-bit, signed 8-bit, and unsigned 8-bit. Both big and little endian are displayed.

Screenshot

Command-line Arguments