Appendix A. Conversion Charts
Use the charts in this appendix to convert dot sequences from
the image dot pattern to data stream codes.
Use the Binary to Hex Conversion Chart to convert binary dot
sequences to hexadecimal numbers for bitmap data streams.
Use the Run Length Encoding Chart to convert dot sequences
to alphabetic characters for bitmap data streams.
Binary to Hex Conversion Chart
Binary Hex Binary Hex
00000000
00000001
00000010
00000011
00000100
00000101
00000110
00000111
00001000
00001001
00001010
00001011
00001100
00001101
00001110
00001111
00
01
02
03
04
05
06
07
08
09
0A
0B
0C
0D
0E
0F
00010000
00010001
00010010
00010011
00010100
00010101
00010110
00010111
00011000
00011001
00011010
00011011
00011100
00011101
00011110
00011111
10
11
12
13
14
15
16
17
18
19
1A
1B
1C
1D
1E
1F
Conversion Charts
A-1