10000010110100
10000010110100 is a binary numeral consisting of fourteen bits. In unsigned interpretation, it represents the decimal value 8372 and the hexadecimal value 0x20B4. This can be seen by padding to a standard 16-bit grouping: 0010000010110100, which corresponds to 0x20B4.
If interpreted as a signed integer in two's complement with 14 bits, the value would be -8012,
The 14-bit length means the string is not aligned to the common 8- or 16-bit boundaries, and
In summary, 10000010110100 is a 14-bit binary value that equals 8372 in unsigned decimal (0x20B4 in hex)