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 13:11, 30 October 2017 (Applied Cedar's floatright to latest version (using same style as other tables in article, with 3-bit & 4-bit aligned next to each other for easier comparison, with iwl removed)). 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