| Convert 10100 from binaryHow to convert number 10100 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 101002 to decimal:101002 = 2010 | 
| binary | 1 | 0 | 1 | 0 | 0 | step 0 | 
| decimal | (1*24) + | (0*23) + | (1*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 20 = | 16 + | 0 + | 4 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 101002 to octal:101002 = 10 100 = 248 | 
| binary 10100 10 100 | 10 | 100 | step 0 | 
| octal 24 | 2 | 4 | step 1 | 
| Binary to HexadecimalConvert 101002 to hexadecimal:101002 = 1 0100 = 1416 | 
| binary 10100 | 1 | 0100 | step 0 | 
| hexadecimal 14 | 1 | 4 | step 1 | 
| Convert other numbers: | 
| 1111 10000 10001 10010 10011 10100 10101 10110 10111 11000 11001 |