Decimal to Gray Code

Convert decimal numbers to Gray code (reflected binary code).

How to use:
Ad Slot — Top Banner
// about gray code
Gray code is a binary numeral system where adjacent values differ by only one bit.

Conversion formula:
Gray = Binary XOR (Binary >> 1)

Uses: Error correction, rotary encoders, genetic algorithms, Karnaugh maps
Ad Slot — In-Content
Ad Slot — Bottom Banner