| Convert CF1 from hexadecimalHow to convert number CF1 from hexadecimal to binary, decimal, octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Hexadecimal to DecimalConvert CF18 to decimal:CF116 = 331310 | 
| hexadecimal CF1 | C | F | 1 | step 0 | 
| convert to | (C*162) + | (F*161) + | (1*160) | step 1 | 
| convert to | (12*162) + | (15*161) + | (1*160) | step 2 | 
| decimal 3313 = | 3072 + | 240 + | 1 | step 3 | 
| Hexadecimal to Binary | 
| Convert CF116 to binary: CF116 = 1100111100012 | 
| hexadecimal CF1 | C | F | 1 | step 0 | 
| convert to | 1100 | 1111 | 0001 | step 1 | 
| binary 110011110001 = | 1100 | 1111 | 0001 | step 2 | 
| Hexadecimal to OctalConvert CF116 to octal:CF116 = 63618 | 
| hexadecimal CF1 | C | F | 1 | step 0 | 
| convert to | 1100 | 1111 | 0001 | step 1 | 
| binary 110011110001 = | 1100 | 1111 | 0001 | step 2 | 
| binary 110011110001 | 110 | 011 | 110 | 001 | step 3 | 
| octal 6361 | 6 | 3 | 6 | 1 | step 4 | 
| Convert other numbers: | 
| CEC CED CEE CEF CF0 CF1 CF2 CF3 CF4 CF5 CF6 |