10000110000
10000110000 is an 11-bit binary numeral. As an unsigned binary number, it equals 1072 in decimal, calculated as 2^10 + 2^5 + 2^4. In hexadecimal, it corresponds to 0x430 (binary 0100 0011 0000; the leading zero nibble is often omitted to fit 11 bits).
The bits set in this pattern are the most significant bit (bit 10) and bits 5 and
If interpreted as an 11-bit two's complement signed value, the most significant bit denotes a negative value,
In summary, 10000110000 is a concise example of an 11-bit binary value that corresponds to 1072 in