| Convert 100101 from binaryHow to convert number 100101 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 1001012 to decimal:1001012 = 3710 | 
| binary | 1 | 0 | 0 | 1 | 0 | 1 | step 0 | 
| decimal | (1*25) + | (0*24) + | (0*23) + | (1*22) + | (0*21) + | (1*20) | step 1 | 
| decimal 37 = | 32 + | 0 + | 0 + | 4 + | 0 + | 1 | step 2 | 
| Binary to OctalConvert 1001012 to octal:1001012 = 100 101 = 458 | 
| binary 100101 100 101 | 100 | 101 | step 0 | 
| octal 45 | 4 | 5 | step 1 | 
| Binary to HexadecimalConvert 1001012 to hexadecimal:1001012 = 10 0101 = 2516 | 
| binary 100101 | 10 | 0101 | step 0 | 
| hexadecimal 25 | 2 | 5 | step 1 | 
| Convert other numbers: | 
| 100000 100001 100010 100011 100100 100101 100110 100111 101000 101001 101010 |