| Convert 1011 from binaryHow to convert number 1011 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 10112 to decimal:10112 = 1110 | 
| binary | 1 | 0 | 1 | 1 | step 0 | 
| decimal | (1*23) + | (0*22) + | (1*21) + | (1*20) | step 1 | 
| decimal 11 = | 8 + | 0 + | 2 + | 1 | step 2 | 
| Binary to OctalConvert 10112 to octal:10112 = 1 011 = 138 | 
| binary 1011 1 011 | 1 | 011 | step 0 | 
| octal 13 | 1 | 3 | step 1 | 
| Binary to HexadecimalConvert 10112 to hexadecimal:10112 = 1011 = B16 | 
| binary 1011 | 1011 | step 0 | 
| hexadecimal B | B | step 1 | 
| Convert other numbers: | 
| 110 111 1000 1001 1010 1011 1100 1101 1110 1111 10000 |