| Convert 10100100 from binaryHow to convert number 10100100 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 101001002 to decimal:101001002 = 16410 | 
| binary | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | step 0 | 
| decimal | (1*27) + | (0*26) + | (1*25) + | (0*24) + | (0*23) + | (1*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 164 = | 128 + | 0 + | 32 + | 0 + | 0 + | 4 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 101001002 to octal:101001002 = 10 100 100 = 2448 | 
| binary 10100100 10 100 100 | 10 | 100 | 100 | step 0 | 
| octal 244 | 2 | 4 | 4 | step 1 | 
| Binary to HexadecimalConvert 101001002 to hexadecimal:101001002 = 1010 0100 = A416 | 
| binary 10100100 | 1010 | 0100 | step 0 | 
| hexadecimal A4 | A | 4 | step 1 | 
| Convert other numbers: | 
| 10011111 10100000 10100001 10100010 10100011 10100100 10100101 10100110 10100111 10101000 10101001 |