0x1133
0x1133 is a hexadecimal numeral prefixed with 0x, a common convention in computer programming to denote a numeric literal in base 16. The value of 0x1133 in decimal is 4403.
Because it is a generic constant, 0x1133 can appear in many contexts. In source code, it may
Hex literals are widely used in computing because hexadecimal neatly maps to binary; each hex digit corresponds
In documentation or examples, 0x1133 is often used as an arbitrary constant rather than to reference a
See also: hexadecimal notation, hex literals, binary, memory addresses, opcodes.