100111110000111
100111110000111 is a binary string consisting of 15 bits. In unsigned binary notation it represents the decimal value 20359. If expressed in standard 16-bit form for reference, it would be 0100111110000111, which corresponds to the hexadecimal value 0x4F87. The given 15-bit form can be viewed as the lower 15 bits of that 16-bit representation.
The pattern has ones at the most significant bit (bit 14) and at bit positions 11, 10,
In computing contexts, a 15-bit binary string like this can serve as a bitmask, a compact identifier,
See also: binary number, bitwise operations, bitmask, hexadecimal notation, 15-bit fields.