101100111000011
101100111000011 is a binary number. Binary is a base-2 numeral system, meaning it uses only two symbols, typically 0 and 1, to represent numbers. This is in contrast to the decimal system (base-10) that humans commonly use, which employs digits 0 through 9. In the binary system, each digit's position represents a power of 2.
To convert 101100111000011 from binary to decimal, we assign a power of 2 to each digit, starting
(1 * 2^14) + (0 * 2^13) + (1 * 2^12) + (1 * 2^11) + (0 * 2^10) + (0 * 2^9) + (1 * 2^8) + (1
This sum equates to 16384 + 0 + 4096 + 2048 + 0 + 0 + 256 + 128 + 64 + 0 + 0 +
---