| Convert 1DEF from hexadecimalHow to convert number 1DEF from hexadecimal to binary, decimal, octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Hexadecimal to DecimalConvert 1DEF8 to decimal:1DEF16 = 766310 | 
| hexadecimal 1DEF | 1 | D | E | F | step 0 | 
| convert to | (1*163) + | (D*162) + | (E*161) + | (F*160) | step 1 | 
| convert to | (1*163) + | (13*162) + | (14*161) + | (15*160) | step 2 | 
| decimal 7663 = | 4096 + | 3328 + | 224 + | 15 | step 3 | 
| Hexadecimal to Binary | 
| Convert 1DEF16 to binary: 1DEF16 = 11101111011112 | 
| hexadecimal 1DEF | 1 | D | E | F | step 0 | 
| convert to | 0001 | 1101 | 1110 | 1111 | step 1 | 
| binary 1110111101111 = | 1 | 1101 | 1110 | 1111 | step 2 | 
| Hexadecimal to OctalConvert 1DEF16 to octal:1DEF16 = 167578 | 
| hexadecimal 1DEF | 1 | D | E | F | step 0 | 
| convert to | 0001 | 1101 | 1110 | 1111 | step 1 | 
| binary 1110111101111 = | 1 | 1101 | 1110 | 1111 | step 2 | 
| binary 1110111101111 | 1 | 110 | 111 | 101 | 111 | step 3 | 
| octal 16757 | 1 | 6 | 7 | 5 | 7 | step 4 | 
| Convert other numbers: | 
| 1DEA 1DEB 1DEC 1DED 1DEE 1DEF 1DF0 1DF1 1DF2 1DF3 1DF4 |