1001110000101
1001110000101 is a binary numeral consisting of 13 bits. As an unsigned integer, it equals 4997 in decimal and 0x1385 in hexadecimal. If padded to 16 bits for common hex representation, it would be 0001 0011 1000 0101.
The bit pattern has ones at positions 12, 9, 8, 7, 2, and 0 when counting from
In computing contexts, such a value could represent a data word, an identifier, a flag pattern, or
In programming, the sequence can be written as a binary literal in languages that support binary notation,