| Convert CF0 from hexadecimalHow to convert number CF0 from hexadecimal to binary, decimal, octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Hexadecimal to DecimalConvert CF08 to decimal:CF016 = 331210 | 
| hexadecimal CF0 | C | F | 0 | step 0 | 
| convert to | (C*162) + | (F*161) + | (0*160) | step 1 | 
| convert to | (12*162) + | (15*161) + | (15*160) | step 2 | 
| decimal 3312 = | 3072 + | 240 + | 15 | step 3 | 
| Hexadecimal to Binary | 
| Convert CF016 to binary: CF016 = 1100111100002 | 
| hexadecimal CF0 | C | F | 0 | step 0 | 
| convert to | 1100 | 1111 | 0000 | step 1 | 
| binary 110011110000 = | 1100 | 1111 | 0000 | step 2 | 
| Hexadecimal to OctalConvert CF016 to octal:CF016 = 63608 | 
| hexadecimal CF0 | C | F | 0 | step 0 | 
| convert to | 1100 | 1111 | 0000 | step 1 | 
| binary 110011110000 = | 1100 | 1111 | 0000 | step 2 | 
| binary 110011110000 | 110 | 011 | 110 | 000 | step 3 | 
| octal 6360 | 6 | 3 | 6 | 0 | step 4 | 
| Convert other numbers: | 
| CEB CEC CED CEE CEF CF0 CF1 CF2 CF3 CF4 CF5 |