Converter CC de hexadecimal em octalComo converter o número CC de hexadecimal em octal? | |
| Hexadecimal em:  
				binário  
				octal  
				decimal 
 | 
	
  | ||
		Hexadecimal em OctalConverter CC16 em octal:CC16 = 3148  | 
| hexadecimal CC  | 
				C | C | passo  0  | 
			
| converter em | 1100 | 1100 | passo  1  | 
			
| binário 11001100 =  | 
				1100 | 1100 | passo  2  | 
			
| binário 11001100  | 
				11 | 001 | 100 | passo  3  | 
			
| octal 314  | 
				3 | 1 | 4 | passo  4  | 
			
| Converter outros numeral: | 
| C7 C8 C9 CA CB CC CD CE CF D0 D1 |