Converter C0 de hexadecimal em octalComo converter o número C0 de hexadecimal em octal? | |
| Hexadecimal em:  
				binário  
				octal  
				decimal 
 | 
	
  | ||
		Hexadecimal em OctalConverter C016 em octal:C016 = 3008  | 
| hexadecimal C0  | 
				C | 0 | passo  0  | 
			
| converter em | 1100 | 0000 | passo  1  | 
			
| binário 11000000 =  | 
				1100 | 0000 | passo  2  | 
			
| binário 11000000  | 
				11 | 000 | 000 | passo  3  | 
			
| octal 300  | 
				3 | 0 | 0 | passo  4  | 
			
| Converter outros numeral: | 
| BB BC BD BE BF C0 C1 C2 C3 C4 C5 |