| Convert FC2 from hexadecimal to octalHow to convert number FC2 from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert FC216 to octal:FC216 = 77028 | 
| hexadecimal FC2 | F | C | 2 | step 0 | 
| convert to | 1111 | 1100 | 0010 | step 1 | 
| binary 111111000010 = | 1111 | 1100 | 0010 | step 2 | 
| binary 111111000010 | 111 | 111 | 000 | 010 | step 3 | 
| octal 7702 | 7 | 7 | 0 | 2 | step 4 | 
| Convert other numbers: | 
| FBD FBE FBF FC0 FC1 FC2 FC3 FC4 FC5 FC6 FC7 |