Convert 1100B from hexadecimal to octalHow to convert number 1100B from hexadecimal to octal? | |
| Hexadecimal to:
binary
decimal
octal
|
| ||
Hexadecimal to OctalConvert 1100B16 to octal:1100B16 = 2100138 |
| hexadecimal 1100B |
1 | 1 | 0 | 0 | B | step 0 |
| convert to | 0001 | 0001 | 0000 | 0000 | 1011 | step 1 |
| binary 10001000000001011 = |
1 | 0001 | 0000 | 0000 | 1011 | step 2 |
| binary 10001000000001011 |
10 | 001 | 000 | 000 | 001 | 011 | step 3 |
| octal 210013 |
2 | 1 | 0 | 0 | 1 | 3 | step 4 |
| Convert other numbers: |
| 11006 11007 11008 11009 1100A 1100B 1100C 1100D 1100E 1100F 11010 |