| Convert 10110 from binaryHow to convert number 10110 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 101102 to decimal:101102 = 2210 | 
| binary | 1 | 0 | 1 | 1 | 0 | step 0 | 
| decimal | (1*24) + | (0*23) + | (1*22) + | (1*21) + | (0*20) | step 1 | 
| decimal 22 = | 16 + | 0 + | 4 + | 2 + | 0 | step 2 | 
| Binary to OctalConvert 101102 to octal:101102 = 10 110 = 268 | 
| binary 10110 10 110 | 10 | 110 | step 0 | 
| octal 26 | 2 | 6 | step 1 | 
| Binary to HexadecimalConvert 101102 to hexadecimal:101102 = 1 0110 = 1616 | 
| binary 10110 | 1 | 0110 | step 0 | 
| hexadecimal 16 | 1 | 6 | step 1 | 
| Convert other numbers: | 
| 10001 10010 10011 10100 10101 10110 10111 11000 11001 11010 11011 |