| Convert 10000100 from binaryHow to convert number 10000100 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 100001002 to decimal:100001002 = 13210 | 
| binary | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | step 0 | 
| decimal | (1*27) + | (0*26) + | (0*25) + | (0*24) + | (0*23) + | (1*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 132 = | 128 + | 0 + | 0 + | 0 + | 0 + | 4 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 100001002 to octal:100001002 = 10 000 100 = 2048 | 
| binary 10000100 10 000 100 | 10 | 000 | 100 | step 0 | 
| octal 204 | 2 | 0 | 4 | step 1 | 
| Binary to HexadecimalConvert 100001002 to hexadecimal:100001002 = 1000 0100 = 8416 | 
| binary 10000100 | 1000 | 0100 | step 0 | 
| hexadecimal 84 | 8 | 4 | step 1 | 
| Convert other numbers: | 
| 1111111 10000000 10000001 10000010 10000011 10000100 10000101 10000110 10000111 10001000 10001001 |