1000000010101
1000000010101 is a binary numeral consisting of 13 bits. In binary notation, each digit represents a power of two, with the leftmost digit corresponding to the 2^12 place and the rightmost to the 2^0 place.
The bit pattern has ones at positions 12, 4, 2, and 0. Therefore, its decimal value is
As a 13-bit value, it does not align with common fixed-width formats such as 8, 16, 32,
In typical usage, 1000000010101 may appear in discussions of binary literals, bit masks, or demonstrations of
See also: Binary numeral system, Hexadecimal notation, Octal notation, Bitwise operations.