~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/resources/ascii_chart.rst

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:09:05 UTC
  • mfrom: (2225.2.2 refactor)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310180905-ttx05t7q7ff6nl7c
Merge Olad: Refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASCII Conversion Chart
 
2
=======================
 
3
 
 
4
==========  ===========  =============  =================  ==================  
 
5
 Binary      Octal        Decimal        Hexadecimal        Character
 
6
==========  ===========  =============  =================  ==================  
 
7
100000       40           32             20                 ``space character``
 
8
100001       41           33             21                 ``!``
 
9
100010       42           34             22                 ``"``
 
10
100011       43           35             23                 ``#``
 
11
100100       44           36             24                 ``$``
 
12
100101       45           37             25                 ``%``
 
13
100110       46           38             26                 ``&``
 
14
100111       47           39             27                 ``'``
 
15
101000       50           40             28                 ``(``
 
16
101001       51           41             29                 ``)``
 
17
101010       52           42             2A                 ``*``
 
18
101011       53           43             2B                 ``+``
 
19
101100       54           44             2C                 ``,``
 
20
101101       55           45             2D                 ``-``
 
21
101110       56           46             2E                 ``.``
 
22
101111       57           47             2F                 ``/``
 
23
110000       60           48             30                 ``0``
 
24
110001       61           49             31                 ``1``
 
25
110010       62           50             32                 ``2``
 
26
110011       63           51             33                 ``3``
 
27
110100       64           52             34                 ``4``
 
28
110101       65           53             35                 ``5``
 
29
110110       66           54             36                 ``6``
 
30
110111       67           55             37                 ``7``
 
31
111000       70           56             38                 ``8``
 
32
111001       71           57             39                 ``9``
 
33
111010       72           58             3A                 ``:``
 
34
111011       73           59             3B                 ``;``
 
35
111100       74           60             3C                 ``<``
 
36
111101       75           61             3D                 ``=``
 
37
111110       76           62             3E                 ``>``
 
38
111111       77           63             3F                 ``?``
 
39
1000000      100          64             40                 ``@``
 
40
1000001      101          65             41                 ``A``
 
41
1000010      102          66             42                 ``B``
 
42
1000011      103          67             43                 ``C``
 
43
1000100      104          68             44                 ``D``
 
44
1000101      105          69             45                 ``E``
 
45
1000110      106          70             46                 ``F``
 
46
1000111      107          71             47                 ``G``
 
47
1001000      110          72             48                 ``H``
 
48
1001001      111          73             49                 ``I``
 
49
1001010      112          74             4A                 ``J``
 
50
1001011      113          75             4B                 ``K``
 
51
1001100      114          76             4C                 ``L``
 
52
1001101      115          77             4D                 ``M``
 
53
1001110      116          78             4E                 ``N``
 
54
1001111      117          79             4F                 ``O``
 
55
1010000      120          80             50                 ``P``
 
56
1010001      121          81             51                 ``Q``
 
57
1010010      122          82             52                 ``R``
 
58
1010011      123          83             53                 ``S``
 
59
1010100      124          84             54                 ``T``
 
60
1010101      125          85             55                 ``U``
 
61
1010110      126          86             56                 ``V``
 
62
1010111      127          87             57                 ``W``
 
63
1011000      130          88             58                 ``X``
 
64
1011001      131          89             59                 ``Y``
 
65
1011010      132          90             5A                 ``Z``
 
66
1011011      133          91             5B                 ``[``
 
67
1011100      134          92             5C                 ``\``
 
68
1011101      135          93             5D                 ``]``
 
69
1011110      136          94             5E                 ``^``
 
70
1011111      137          95             5F                 ``_``
 
71
1100000      140          96             60                 :literal:`\``
 
72
1100001      141          97             61                 ``a``
 
73
1100010      142          98             62                 ``b``
 
74
1100011      143          99             63                 ``c``
 
75
1100100      144         100             64                 ``d``
 
76
1100101      145         101             65                 ``e``
 
77
1100110      146         102             66                 ``f``
 
78
1100111      147         103             67                 ``g``
 
79
1101000      150         104             68                 ``h``
 
80
1101001      151         105             69                 ``i``
 
81
1101010      152         106             6A                 ``j``
 
82
1101011      153         107             6B                 ``k``
 
83
1101100      154         108             6C                 ``l``
 
84
1101101      155         109             6D                 ``m``
 
85
1101110      156         110             6E                 ``n``
 
86
1101111      157         111             6F                 ``o``
 
87
1110000      160         112             70                 ``p``
 
88
1110001      161         113             71                 ``q``
 
89
1110010      162         114             72                 ``r``
 
90
1110011      163         115             73                 ``s``
 
91
1110100      164         116             74                 ``t``
 
92
1110101      165         117             75                 ``u``
 
93
1110110      166         118             76                 ``v``
 
94
1110111      167         119             77                 ``w``
 
95
1111000      170         120             78                 ``x``
 
96
1111001      171         121             79                 ``y``
 
97
1111010      172         122             7A                 ``z``
 
98
1111011      173         123             7B                 ``{``
 
99
1111100      174         124             7C                 ``|``
 
100
1111101      175         125             7D                 ``}``
 
101
1111110      176         126             7E                 ``~``
 
102
==========  ===========  =============  =================  ==================  
 
103