| Convert 10000 from binaryHow to convert number 10000 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 100002 to decimal:100002 = 1610 | 
| binary | 1 | 0 | 0 | 0 | 0 | step 0 | 
| decimal | (1*24) + | (0*23) + | (0*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 16 = | 16 + | 0 + | 0 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 100002 to octal:100002 = 10 000 = 208 | 
| binary 10000 10 000 | 10 | 000 | step 0 | 
| octal 20 | 2 | 0 | step 1 | 
| Binary to HexadecimalConvert 100002 to hexadecimal:100002 = 1 0000 = 1016 | 
| binary 10000 | 1 | 0000 | step 0 | 
| hexadecimal 10 | 1 | 0 | step 1 | 
| Convert other numbers: | 
| 1011 1100 1101 1110 1111 10000 10001 10010 10011 10100 10101 |