0x1135
0x1135 is a hexadecimal numeral that may appear in computing. The prefix 0x signals base-16. The value consists of the digits 1, 1, 3, and 5, so it represents the decimal number 4405. In binary, it is 0001 0001 0011 0101 (grouped in fours).
In source code, 0x1135 is typically used as a constant to represent an integer value, a bitmask,
When stored in memory, the arrangement of bytes for 0x1135 depends on endianness. On a little-endian system,
Because 0x1135 is a common form for representing values in hexadecimal, it is generally encountered as an