100111101010011
100111101010011 is a binary number. Binary is a base-2 numeral system, meaning it uses only two symbols, typically 0 and 1, to represent numbers. In contrast, the decimal system we commonly use is base-10. Each digit in a binary number represents a power of two. For 100111101010011, reading from right to left, the digits correspond to 2^0, 2^1, 2^2, and so on, up to 2^14 for the leftmost digit.
To convert this binary number to its decimal equivalent, each '1' is multiplied by its corresponding power