Use the below online conversion tool to convert any Hexadecimal number to gray code:
Hexadecimal Number | |
Gray Code |
Also Try:
Hexadecimal Number
Hexadecimal number system uses 16 different symbols to represent a numeric value. It uses numbers 0 to 9 and alphabets A to F for representation. . The place value of each digits of an hexadecimal number varies as the whole number powers of 16 starting from the right (Least Significant Digit). The first single digit number in hexadecimal system is 0 and the last is F. Similarly, the first two digit hexadecimal number is 10 and the last is FF and so on. It is used as an alternative for binary numbers by developers and programmers.
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 hexadecimal number to a gray code
Hexadecimal to Gray Conversion table:
Hexadecimal | Binary | Gray |
---|---|---|
0 | 0000 | 0000 |
1 | 0001 | 0001 |
2 | 0010 | 0011 |
3 | 0011 | 0010 |
4 | 0100 | 0110 |
5 | 0101 | 0111 |
6 | 0110 | 0101 |
7 | 0111 | 0100 |
8 | 1000 | 1100 |
9 | 1001 | 1101 |
A | 1010 | 1111 |
B | 1011 | 1110 |
C | 1100 | 1010 |
D | 1101 | 1011 |
E | 1110 | 1001 |
F | 1111 | 1000 |
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
- Gray Code to Binary converter
- Gray Code to Decimal converter
- Gray Code to Octal converter
- Gray Code to Hexadecimal converter
- Binary converter
- Decimal converter
- Octal converter
- Hexadecimal converter
- Text to binary converter
- Text to hex converter
- Binary to text converter