1110111012
1110111012 is the binary representation of a number, and the trailing 2 indicates that the digits are in base 2. In plain text this is read as the binary number 111011101 (base 2).
Converting to decimal yields 477, since 1×2^8 + 1×2^7 + 1×2^6 + 0×2^5 + 1×2^4 + 1×2^3 + 1×2^2 + 0×2^1 + 1×2^0 =
The representation uses nine bits (no leading zeros). The bit pattern 111011101 contains zeros in the 2^5
Uses and context: As a numeric example, 1110111012 illustrates how binary numerals encode integers and is sometimes