1000001110101
1000001110101 is a binary numeral consisting of 13 bits. In base-2 notation it represents the decimal value 4213. It can also be written in hexadecimal as 0x1075. When viewed as a bit pattern, the ones occur at bit positions 12, 6, 5, 4, 2, and 0 (counting from zero as the least significant bit), forming a specific 13-bit bitmask.
Converting between representations illustrates its value: 1000001110101 (binary) equals 4213 (decimal) and 0x1075 (hexadecimal). This correspondence
In practical terms, a 13-bit binary string such as this can serve as a bitmask, flag pattern,
See also: binary numeral systems, hexadecimal notation, bitmask, digital representation.