1100010010111
1100010010111 is a binary numeral composed of 13 bits. As an unsigned integer, it represents the decimal value 6295, since its bits correspond to 2^12 + 2^11 + 2^7 + 2^4 + 2^2 + 2^1 + 2^0. In hexadecimal, when padded to a 16-bit boundary for conventional representation, the value is 0x1897.
In general, binary strings of fixed width are used in computing to encode numbers, bit fields, or
Related topics include the binary numeral system, bit width and field sizing, and how hexadecimal representations