Jump to content

Template:Gray code by bit width

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Matthiaspaul (talk | contribs) at 02:10, 30 October 2017 (realigned rows so that 3-bit and 4-bit codes are next to each other for easier comparison). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Gray code
by bit width
3-bit 4-bit
000 0000
001 0001
011 0011
010 0010
110 0110
111 0111
101 0101
100 0100
2-bit 1100
00 1101
01 1111
11 1110
10 1010
1-bit 1011
0 1001
1 1000