10110100000011
10110100000011 is a 14-bit binary string. In binary notation, it represents the decimal value 11523. When represented as a hexadecimal value, padding to a 16-bit word yields 0010110100000011, which corresponds to 0x2D03. The same bits grouped as four-bit nibbles are 0010 1101 0000 0011.
If parsed as ASCII in 7-bit chunks, the first seven bits 1011010 equal decimal 90, which is
In computing and digital systems, binary strings like this can function as numeric identifiers, bit flags, or