0001110100100110
0001110100100110 is a 16-bit binary sequence. As written, it consists of the bits 0001110100100110, a pattern that can be analyzed in several common formats.
Its numerical value can be read in different ways. In hexadecimal, the sequence corresponds to 0x1D26; in
As a signed 16-bit value, interpreting the sequence in two’s complement yields +7462 as the most significant
In data contexts, this pattern may serve as raw data, a test vector, or a fixed field
If considered as character data, the first byte 0x1D is a non-printable control character (Group Separator in
See also binary numeral system, hexadecimal notation, two’s complement, and little-endian vs. big-endian representations for related