0x0B26
0x0B26 is a hexadecimal numeric literal commonly used in programming. The prefix 0x denotes base-16 notation, and the digits 0, B, 2, and 6 yield the value 0x0B26, which equals 2854 in decimal. In binary it is 0000 1011 0010 0110.
In computing, hex literals are used for compact representation of binary data, bitmasks, offsets, and addresses.
Languages such as C, C++, Java, and JavaScript accept 0x0B26 as an integer literal. In many contexts
If treated as a Unicode code point, the code point U+0B26 lies in the Oriya block of
See also: hexadecimal notation, binary, bitmask, memory address, Unicode code point.