1000000100000
1000000100000 is a binary numeral consisting of thirteen digits, using only the symbols 0 and 1. In binary notation, the leftmost digit is the most significant bit. The pattern places a 1 at the highest bit (2^12) and another 1 at the bit corresponding to 2^5, with zeros in all other positions. Therefore, the binary value equals 2^12 + 2^5, which is 4096 + 32 = 4128 in decimal.
In alternative common bases, the number has the following representations. In hexadecimal, 4128 is 0x1020. In
Because the string uses only digits 0 and 1, it can be interpreted in numeral systems other
Binary numerals of this form are common in computing and digital electronics, where individual bits encode
Binary numeral system, Hexadecimal notation, Octal notation, Bitmask, Binary arithmetic.