Gray Code to Binary Converter — Online & Free

Convert reflected Gray code sequences to standard binary numbers instantly.

0 digits

Convert Gray Code to Binary strings

This tool converts reflected Gray code patterns back into standard base-2 binary numbers. Useful for decoding rotary encoder sensor readings.

How to Convert

  1. Enter your Gray code digits (only 0 and 1) in the input.
  2. Watch the binary output convert live.
  3. Copy the binary sequence.

About this Conversion

Gray code is converted back to binary by setting the most significant bit (MSB) of the binary number equal to the MSB of the Gray code, then XOR-ing each successive binary bit with the next Gray code bit.

Frequently Asked Questions

Is it completely private?

Yes. All conversions happen client-side in your local browser.