0x1829
0x1829 is a hexadecimal numeral. The prefix 0x signals base-16. Its decimal value is 6185. In binary it is 0001 1000 0010 1001. As a 16-bit value, it can be represented in two bytes as 0x18 followed by 0x29.
Common uses: In programming languages such as C, C++, Java, and JavaScript, 0x1829 denotes an integer constant.
Context matters: without additional information, 0x1829 could simply be the numeric value 6185, or it could
See also: hexadecimal notation, memory address, endianness, integer literal.