Gray Code Converter
getcalc.com's Gray Code Converter is an online digital computation tool to convert the binary or decimal number to its equivalent gray code.
Gray Coded Binary or Decimal Number
Gray Code is a logical representation of binary bits. For example, the decimal value of binary coded decimal 101 and gray coded decimal 101 is different. Gray code is one of the different ways to encode the binary information to process the data in digital computing. It's used for error correction in digital communication, labelling axes for Karnaugh's map, counters in digital electronics, computer algorithms & mathematical puzzles.
How to convert binary to grey coded binary?
The grey coded binary can be made done by using the following method of EX-OR gate operation. To find the grey coded binary, write down the most significant digit (MSD) of the binary number and perform the addition by adding the MSD to the remaining bits of the given binary number.
EX-OR Gate Truth Table
A | B | A ⊕ B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Example :
Find the grey coded binary for 10112
Use this binary to grey code converter to perform the quick conversions for from binary or decimal numbers to gray coded binary numbers.
Find the grey coded binary for 10112
- 1. The first digit is same as in the given binary.
- 2. Perform the EX-OR addition by adding the MSD to the remaining bits of the given binary number.
Use this binary to grey code converter to perform the quick conversions for from binary or decimal numbers to gray coded binary numbers.