100000111100000
100000111100000 is a binary numeral consisting of 15 bits. In binary notation it is written as 100000111100000 (often shown with a 0b prefix in programming). Its value in decimal is 16864, and in hexadecimal it is 0x41E0. The bit-length is 15, and the number contains five 1 bits in total: a single most-significant 1 at bit position 14, and a contiguous block of four 1s at positions 8 through 5.
Structurally, the pattern can be described as 1 00000 1111 00000, with zeros on either side of
As a bitmask, the value enables bits 14 and 8–5, while leaving all other bits clear. Such
Representations in other common widths include 16-bit and 32-bit forms. A 16-bit representation is 0x41E0, and