1101010100101
1101010100101 is a binary numeral consisting of thirteen bits. As a base-2 numeral, it represents the integer 1101010100101_2, which equals 6821 in decimal. In hexadecimal notation, the value is 0x1AA5. If padded to a 16-bit representation, the pattern can be written as 0001 1010 1010 0101.
The 13-bit length means it does not fit into standard 8- or 16-bit byte boundaries without padding.
In practical usage, such a binary string can serve as a data pattern, a bit-field, or an
Endianness does not change the numeric value when treated as a single integer, but it alters the
See also: binary numeral system, bit string, hexadecimal notation, bit-field.