Convert Gray code to binary code instantly. Enter any valid Gray code, get binary output, view step-by-step XOR logic, reverse binary to Gray, copy the result, and download it as TXT.
Useful for electronics, computer science, digital circuits, Karnaugh maps, counters, encoders, and binary number practice.
Enter Gray code, choose conversion mode, and calculate accurate binary code with full working steps.
Gray code is common in digital electronics, but binary code is easier to calculate and process in many systems.
Convert Gray code to binary using standard XOR logic with instant validation.
Switch from Gray to binary or binary to Gray without using another calculator.
See how every output bit is calculated, making the tool useful for students and circuit practice.
Gray to binary conversion changes reflected binary Gray code into normal binary code. In Gray code, two consecutive values differ by only one bit, which helps reduce errors in digital counters and encoders.
To convert Gray to binary, keep the first bit the same. Then calculate each next binary bit by using XOR between the previous binary bit and the current Gray bit.
Convert Gray code to binary in three simple steps.
Type a valid Gray code using only 0 and 1. You can also paste multiple lines.
The tool applies XOR logic to convert Gray code into binary code.
Copy the converted binary output or download it as a TXT file.
Common questions about Gray code, binary code, and XOR conversion.