| Convert 101010 from binaryHow to convert number 101010 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 1010102 to decimal:1010102 = 4210 | 
| binary | 1 | 0 | 1 | 0 | 1 | 0 | step 0 | 
| decimal | (1*25) + | (0*24) + | (1*23) + | (0*22) + | (1*21) + | (0*20) | step 1 | 
| decimal 42 = | 32 + | 0 + | 8 + | 0 + | 2 + | 0 | step 2 | 
| Binary to OctalConvert 1010102 to octal:1010102 = 101 010 = 528 | 
| binary 101010 101 010 | 101 | 010 | step 0 | 
| octal 52 | 5 | 2 | step 1 | 
| Binary to HexadecimalConvert 1010102 to hexadecimal:1010102 = 10 1010 = 2A16 | 
| binary 101010 | 10 | 1010 | step 0 | 
| hexadecimal 2A | 2 | A | step 1 | 
| Convert other numbers: | 
| 100101 100110 100111 101000 101001 101010 101011 101100 101101 101110 101111 |