Template:Table bitwise

From FF5 Hacking Wiki
Revision as of 00:36, 10 March 2019 by Samurai goroh (talk | contribs) (Re-organizing the template in order to display the MSB first (then need to update all references, as values will be flipped))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Bit Bin Hex Status
7 10000000 0x80 {{{8}}}
6 01000000 0x40 {{{7}}}
5 00100000 0x20 {{{6}}}
4 00010000 0x10 {{{5}}}
3 00001000 0x08 {{{4}}}
2 00000100 0x04 {{{3}}}
1 00000010 0x02 {{{2}}}
0 00000001 0x01 {{{1}}}