| Convert 1101010 from binaryHow to convert number 1101010 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 11010102 to decimal:11010102 = 10610 | 
| binary | 1 | 1 | 0 | 1 | 0 | 1 | 0 | step 0 | 
| decimal | (1*26) + | (1*25) + | (0*24) + | (1*23) + | (0*22) + | (1*21) + | (0*20) | step 1 | 
| decimal 106 = | 64 + | 32 + | 0 + | 8 + | 0 + | 2 + | 0 | step 2 | 
| Binary to OctalConvert 11010102 to octal:11010102 = 1 101 010 = 1528 | 
| binary 1101010 1 101 010 | 1 | 101 | 010 | step 0 | 
| octal 152 | 1 | 5 | 2 | step 1 | 
| Binary to HexadecimalConvert 11010102 to hexadecimal:11010102 = 110 1010 = 6A16 | 
| binary 1101010 | 110 | 1010 | step 0 | 
| hexadecimal 6A | 6 | A | step 1 | 
| Convert other numbers: | 
| 1100101 1100110 1100111 1101000 1101001 1101010 1101011 1101100 1101101 1101110 1101111 |