Our 3-Bit Binary to Gray Code Converter helps you compute Gray code from a 3-bit binary number instantly.
Simply enter a 3-bit binary number (for example: 101), click convert, and instantly get the Gray code output.
3-Bit Binary to Gray Code Converter
Related: 4-Bit Binary to Gray Code Converter
How do you convert 3-bit binary to Gray code manually?
Follow this method:
- The first Gray bit equals the first binary bit.
- The second Gray bit = first binary bit XOR second binary bit.
- The third Gray bit = second binary bit XOR third binary bit.
Example:
Binary: 101
Gray code: 111