| Convert CB0 from hexadecimal to octalHow to convert number CB0 from hexadecimal to octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| Hexadecimal to OctalConvert CB016 to octal:CB016 = 62608 | 
| hexadecimal CB0 | C | B | 0 | step 0 | 
| convert to | 1100 | 1011 | 0000 | step 1 | 
| binary 110010110000 = | 1100 | 1011 | 0000 | step 2 | 
| binary 110010110000 | 110 | 010 | 110 | 000 | step 3 | 
| octal 6260 | 6 | 2 | 6 | 0 | step 4 | 
| Convert other numbers: | 
| CAB CAC CAD CAE CAF CB0 CB1 CB2 CB3 CB4 CB5 |