1101111001111
1101111001111 is a 13-bit binary string. In numerical terms, it can be read as a binary representation of a value in various contexts. When treated as an unsigned integer, the pattern equals 7119 in decimal and 0x1BCF in hexadecimal. The same value, padded to 16 bits for common representations, is 0001 1011 1100 1111, while the 13-bit form remains 1101111001111. The digit sequence can be described as two leading ones, followed by a zero, then four ones, two zeros, and four ones.
For understanding its signed interpretation, if the same 13-bit pattern is considered in two's complement form,
Context and usage: A 13-bit width is nonstandard in most modern architectures, where 8, 16, 32, or
See also: binary numeral system, two's complement, hexadecimal notation, fixed-width integers.