0x10B2
0x10B2 is a hexadecimal number written with the common programming prefix 0x, used in many computing contexts to denote a 16-bit value. Interpreted as a hexadecimal constant, it represents the decimal number 4274. In binary it is 0001 0000 1011 0010, and in octal it is 10262. The digits 1, 0, B, and 2 correspond to the values 1, 0, 11, and 2 in base-16, with B representing the decimal value 11.
In practice, 0x10B2 may appear as a numeric literal in programming languages that use the 0x prefix,
There is no single canonical subject widely known as "0x10B2" beyond its role as a hexadecimal representation.
See also: Hexadecimal notation; 4274 (decimal); 10262 (octal); 16-bit values.