1000110000011
1000110000011 is a binary numeral consisting of 13 bits. Interpreted as an unsigned integer, it equals the decimal number 4483, calculated as 2^12 + 2^8 + 2^7 + 2^1 + 2^0.
The bit pattern has a Hamming weight of 5, meaning five of its bits are 1. The
The decimal value 4483 is a prime number, a property that is sometimes noted in mathematical contexts.
Because the string contains 13 bits, it does not map directly to standard ASCII text without grouping
See also: Binary numeral system, Bitwise operations, Prime numbers, Test vectors.