1101100010000
1101100010000 is a binary numeral consisting of 13 bits. In decimal it equals 6928, and in hexadecimal it is 0x1B10. As a binary value, it can be represented compactly as 0b1101100010000.
The binary digits read from most significant to least significant are 1 1 0 1 1 0
In practical terms, a pattern like 1101100010000 can function as a bit mask or flag pattern in
Variants and representations include its binary form 1101100010000, and its alternative notation 0b1101100010000. It is also
See also: binary numeral system, hexadecimal notation, bitwise operations, bit mask.