1000000110101
1000000110101 is a binary numeral consisting of 13 bits. In base-2 it represents the unsigned integer 4149. In hexadecimal notation, this value corresponds to 0x1035, when the binary pattern is padded to a conventional 16-bit width for compact representation.
The exact binary value 1000000110101 can be decomposed as a sum of powers of two: 2^12 + 2^5
Contextually, 1000000110101 may be encountered in computing as a raw bit pattern, a flag configuration, or part
See also: binary numeral system, hexadecimal notation, bitwise operations, data encoding.