1001 in binary is equal to 9 in decimal.
When you write the decimal number '7' in Base-2 (binary), you write '0111'.
11111100 = 252
8
In binary this would be written as 1011. This is because in binary (from right to left) the digits in this number mean: (1 * 20) + (1 * 21) + (0 * 22) + (1 * 23). This, of course, is equal to (1 * 1) + (1 * 2) + (0 * 4) + (1 * 8), which equals 1 + 2 + 0 + 8, which equals 11 (in decimal).
1001 in binary is equal to 9 in decimal.
Converted from binary to decimal, 100000 is equal to 32.
In binary form it is 1010001.
The binary number 1000011 is equal to the decimal number 67. See the related link, 'Binary Numbers' below this answer.
The binary number 10101 represents 21.
The first number (01001101) is equal to the decimal number 77. The second number (00100010) is equal to the decimal number 34. If you add the two together in decimal, you get 111. Expressed as a binary number, 111 is equal to 01101111.
13
11
11111 = 31
1024 = 10000000000
When you write the decimal number '7' in Base-2 (binary), you write '0111'.
The binary number 11100010 converts to 226 in Decimal and E2 in hex.