100101100101
100101100101 is a binary numeral consisting of 12 bits. In everyday digital arithmetic, such a string is treated as a binary value rather than as a word or instruction by itself.
As an unsigned integer, 100101100101 equals 2405 in decimal and 0x965 in hexadecimal. Grouped into 4-bit nibbles,
If interpreted as a signed value in a 12-bit two’s complement representation, the most significant bit is
In general, 100101100101 serves as an example of how a fixed-length binary string can encode different kinds
Related concepts include the binary numeral system, hexadecimal representation, two’s-complement encoding for signed numbers, and BCD