Base Convert

Gray Code

Gray Code Base 2

Binary sequence where adjacent values differ by one bit. Useful for reducing errors during transitions in encoders and certain algorithms.

Also known as: reflected binary code, reflected binary, rbc, rb

Try it