0x04030201
0x04030201 is a 32-bit hexadecimal constant often encountered in computing, programming, and data formatting. It represents the unsigned integer whose byte pattern is 04, 03, 02, 01 when written in big-endian byte order. The same 32-bit value equals 67,305,985 in decimal.
Endianness affects how this value is stored in memory. In big-endian systems, the most significant byte is
Because of its orderly, descending byte sequence, 0x04030201 is frequently used as a simple test vector for
In practice, 0x04030201 is not a widely recognized magic number or file signature. It is primarily a