| Convert 10010 from binaryHow to convert number 10010 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 100102 to decimal:100102 = 1810 | 
| binary | 1 | 0 | 0 | 1 | 0 | step 0 | 
| decimal | (1*24) + | (0*23) + | (0*22) + | (1*21) + | (0*20) | step 1 | 
| decimal 18 = | 16 + | 0 + | 0 + | 2 + | 0 | step 2 | 
| Binary to OctalConvert 100102 to octal:100102 = 10 010 = 228 | 
| binary 10010 10 010 | 10 | 010 | step 0 | 
| octal 22 | 2 | 2 | step 1 | 
| Binary to HexadecimalConvert 100102 to hexadecimal:100102 = 1 0010 = 1216 | 
| binary 10010 | 1 | 0010 | step 0 | 
| hexadecimal 12 | 1 | 2 | step 1 | 
| Convert other numbers: | 
| 1101 1110 1111 10000 10001 10010 10011 10100 10101 10110 10111 |