0x902
0x902 is a hexadecimal numeral commonly used in computing to represent the integer value 2306 in decimal. The prefix 0x indicates hexadecimal, and the digits 9, 0, and 2 correspond to 9×256 + 0×16 + 2 = 2306. In binary, 0x902 is 1001 0000 0010 (12 bits).
In programming, 0x902 may appear as a numeric constant in languages such as C, C++, Java, or
Relationship to other representations: hex values are one of several ways to express numbers. They can be
Unicode note: Unicode code points are typically written as U+XXXX. The code point U+0902 corresponds to decimal