1100010111
1100010111 is a binary numeral consisting of ten bits. In unsigned form, it denotes the decimal value 791. The value is obtained by summing the powers of two corresponding to the positions of 1s: 2^9 + 2^8 + 2^4 + 2^2 + 2^1 + 2^0 = 512 + 256 + 16 + 4 + 2 + 1 = 791.
If interpreted as a 10-bit two's complement signed integer, the same bit pattern represents -233, since the
In hexadecimal, padding the 10-bit pattern to a multiple of four bits yields 0011 0001 0111, which
As a fixed-length binary string, 1100010111 can appear in data streams, memory dumps, or instruction encodings.