| Convert 1010100 from binaryHow to convert number 1010100 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 10101002 to decimal:10101002 = 8410 | 
| binary | 1 | 0 | 1 | 0 | 1 | 0 | 0 | step 0 | 
| decimal | (1*26) + | (0*25) + | (1*24) + | (0*23) + | (1*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 84 = | 64 + | 0 + | 16 + | 0 + | 4 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 10101002 to octal:10101002 = 1 010 100 = 1248 | 
| binary 1010100 1 010 100 | 1 | 010 | 100 | step 0 | 
| octal 124 | 1 | 2 | 4 | step 1 | 
| Binary to HexadecimalConvert 10101002 to hexadecimal:10101002 = 101 0100 = 5416 | 
| binary 1010100 | 101 | 0100 | step 0 | 
| hexadecimal 54 | 5 | 4 | step 1 | 
| Convert other numbers: | 
| 1001111 1010000 1010001 1010010 1010011 1010100 1010101 1010110 1010111 1011000 1011001 |