1011010111111
1011010111111 is a 13-bit binary string. Binary strings like this are used to represent integer values in computing and can appear in data streams, identifiers, or code samples.
As an unsigned binary number, it equals 5823 in decimal. The value is obtained by summing 2^12,
In hexadecimal notation, the string corresponds to 0x16BF.
The bit pattern has ten ones (a population count of 10) and ends with a 1, making
If interpreted as a 13-bit two's complement signed integer, the pattern represents -2369.
Such a binary string can appear in examples, test vectors for digital logic, or as part of