1100010110012
1100010110012 is commonly interpreted as a binary numeral, with the trailing 2 indicating base 2 in plain text notation. In proper mathematical notation it would be written as 1100010110012 or, more clearly, 110001011001_2. The twelve-bit binary string is 1 1 0 0 0 1 0 1 1 0 0 1.
Its value in decimal is 3161, and in hexadecimal it is 0xC59. The binary pattern corresponds to
The number is odd, since its least significant bit is 1. It is composite, with prime factorization
In computing contexts, a 12-bit binary value like 110001011001 can serve as a data word, address, bit
Notes on notation: when writing binary numbers, it is common to append a base indicator (for example,