Use the below tool to convert gray code to octal number
Also Try:
Octal Number
Octal numbers use digits from 0-7 only. It is known as base-8 number. The place value of each digits of an octal number varies as the whole number powers of 8 starting from the right (Least Significant Digit). The first single digit number in octal system is 0 and the last is 7. Similarly, the first two digit octal number is 10 and the last is 77 and so on. Octal number system was widely used in early computers.
Gray code
Gray code, also known as reflected binary code, is a code having digits 0 and 1. Gray code do not have place value for its digits. Any successive codes in Gray code system have only one bit changes.
Read More: How to convert a gray code to an octal number
Gray to Octal Conversion table
Gray | Octal | Binary |
---|---|---|
0000 | 0 | 0000 |
0001 | 1 | 0001 |
0011 | 2 | 0010 |
0010 | 3 | 0011 |
0110 | 4 | 0100 |
0111 | 5 | 0101 |
0101 | 6 | 0110 |
0100 | 7 | 0111 |
1000 | 10 | 1100 |
1101 | 11 | 1001 |
1111 | 12 | 1010 |
1110 | 13 | 1011 |
1010 | 14 | 1100 |
1011 | 15 | 1101 |
1001 | 16 | 1110 |
1000 | 17 | 1111 |
Also Try:
- Binary to Decimal converter
- Binary to Octal converter
- Binary to Hexadecimal converter
- Binary to Gray code converter
- Decimal to Binary converter
- Decimal to Octal converter
- Decimal to Hexadecimal converter
- Decimal to Gray code converter
- Octal to Binary converter
- Octal to Decimal converter
- Octal to Hexadecimal converter
- Octal to Gray code converter
- Hexadecimal to Binary converter
- Hexadecimal to Decimal converter
- Hexadecimal to Octal converter
- Hexadecimal to Gray converter
- Binary converter
- Decimal converter
- Octal converter
- Hexadecimal converter
- Text to binary converter
- Text to hex converter
- Binary to text converter