| Convert CAF from hexadecimal to octalHow to convert number CAF from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert CAF16 to octal:CAF16 = 62578 | 
| hexadecimal CAF | C | A | F | step 0 | 
| convert to | 1100 | 1010 | 1111 | step 1 | 
| binary 110010101111 = | 1100 | 1010 | 1111 | step 2 | 
| binary 110010101111 | 110 | 010 | 101 | 111 | step 3 | 
| octal 6257 | 6 | 2 | 5 | 7 | step 4 | 
| Convert other numbers: | 
| CAA CAB CAC CAD CAE CAF CB0 CB1 CB2 CB3 CB4 |