| Convert 10 from binaryHow to convert number 10 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 102 to decimal:102 = 210 | 
| binary | 1 | 0 | step 0 | 
| decimal | (1*21) + | (0*20) | step 1 | 
| decimal 2 = | 2 + | 0 | step 2 | 
| Binary to OctalConvert 102 to octal:102 = 10 = 28 | 
| binary 10 10 | 10 | step 0 | 
| octal 2 | 2 | step 1 | 
| Binary to HexadecimalConvert 102 to hexadecimal:102 = 10 = 216 | 
| binary 10 | 10 | step 0 | 
| hexadecimal 2 | 2 | step 1 | 
| Convert other numbers: | 
| 1 10 11 100 101 110 111 |