| Convert 11010 from binaryHow to convert number 11010 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 110102 to decimal:110102 = 2610 | 
| binary | 1 | 1 | 0 | 1 | 0 | step 0 | 
| decimal | (1*24) + | (1*23) + | (0*22) + | (1*21) + | (0*20) | step 1 | 
| decimal 26 = | 16 + | 8 + | 0 + | 2 + | 0 | step 2 | 
| Binary to OctalConvert 110102 to octal:110102 = 11 010 = 328 | 
| binary 11010 11 010 | 11 | 010 | step 0 | 
| octal 32 | 3 | 2 | step 1 | 
| Binary to HexadecimalConvert 110102 to hexadecimal:110102 = 1 1010 = 1A16 | 
| binary 11010 | 1 | 1010 | step 0 | 
| hexadecimal 1A | 1 | A | step 1 | 
| Convert other numbers: | 
| 10101 10110 10111 11000 11001 11010 11011 11100 11101 11110 11111 |