| Convert 11101 from binaryHow to convert number 11101 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 111012 to decimal:111012 = 2910 | 
| binary | 1 | 1 | 1 | 0 | 1 | step 0 | 
| decimal | (1*24) + | (1*23) + | (1*22) + | (0*21) + | (1*20) | step 1 | 
| decimal 29 = | 16 + | 8 + | 4 + | 0 + | 1 | step 2 | 
| Binary to OctalConvert 111012 to octal:111012 = 11 101 = 358 | 
| binary 11101 11 101 | 11 | 101 | step 0 | 
| octal 35 | 3 | 5 | step 1 | 
| Binary to HexadecimalConvert 111012 to hexadecimal:111012 = 1 1101 = 1D16 | 
| binary 11101 | 1 | 1101 | step 0 | 
| hexadecimal 1D | 1 | D | step 1 | 
| Convert other numbers: | 
| 11000 11001 11010 11011 11100 11101 11110 11111 100000 100001 100010 |