10110000010000
10110000010000 is a binary numeral consisting of 14 bits. As an unsigned integer, it equals 11280 in decimal and 0x2C10 in hexadecimal. The set bits occur at positions 13, 11, 10, and 4 (counting from zero at the least significant bit). This yields the value 2^13 + 2^11 + 2^10 + 2^4 = 8192 + 2048 + 1024 + 16 = 11280.
In data contexts, a bitstring like this may appear as a field value, a flag pattern, or
Applications for such binary strings span various areas of computing, including low-level programming, data encoding, testing,