Gray Code Converter

Feb 20, 2019

Gray Code Converter is used to perform conversions between Gray Code and other number systems such as binary, octal, decimal & hex.

Input: Paste input numbers below (1 per line if multiple)

Settings

This is our generic Gray Code Calculator that supports conversion to/from other number bases. You can select between Binary, Decimal, Octal & Hex formats.

Gray Code

Gray Code also known as Reflected Binary Code is an ordering of binary numeral system used for error correction in digital terrestrial television and some cable TV systems.

Binary

Binary is the numeric system of computers. Computers are so dumb they only understand 0s and 1s. Binary numbers have a base of 2.

Gray Code Table

DecimalHexBinaryGray Code
0000000000
1100010001
2200100011
3300110010
4401000110
5501010111
6601100101
7701110100
8810001100
9910011101
10a10101111
11b10111110
12c11001010
13d11011011
14e11101001
15f11111000
Settings Explained
  • 1. Source Type

    Choose the type of the source number

  • 2. Target Type

    Choose the type of the target number

Comments 0

History
Jan 5, 2019
Tool Launched