0x31111111
0x31111111 is a hexadecimal literal that represents the 32-bit unsigned integer 0x31111111. In decimal, this value is 823,202,065.
The binary form is 0011 0001 0001 0001 0001 0001 0001 0001. As a 32-bit value, it
In practice, 0x31111111 is mainly used as a simple, nonzero constant or test pattern in examples and
Arithmetic properties of the value include its divisibility by 5, since the decimal representation ends in
See also: hexadecimal notation, endianness, magic numbers in file formats.
---