1100110010101
1100110010101 is a binary string consisting of 13 bits. In mathematics and computer science, strings of 0s and 1s are used to represent integers and data in base-2 notation. The value and interpretation depend on the context and the width used by a system.
As an unsigned binary number, 1100110010101 equals 6549 in decimal. Calculation: sum of powers 2^12 + 2^11
The bit pattern shows a partial repetition at the start (1100 1100) followed by 10101. It is
In practical contexts, a 13-bit width is not aligned to common byte-wide systems, which are 8 bits.
See also: binary numeral system; two's complement; bitwise operations; data encoding.