People download images with watermarks instead of writing this.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

129 lines
2.5KB

  1. DEC HEX OCT
  2. NUL 0 0 0
  3. SOH 1 1 1
  4. STX 2 2 2
  5. ETX 3 3 3
  6. EOT 4 4 4
  7. ENQ 5 5 5
  8. ACK 6 6 6
  9. BEL 7 7 7
  10. BS 8 8 10
  11. TAB 9 9 11
  12. LF 10 a 12
  13. VT 11 b 13
  14. FF 12 c 14
  15. CR 13 d 15
  16. SO 14 e 16
  17. SI 15 f 17
  18. DLE 16 10 20
  19. DC1 17 11 21
  20. DC2 18 12 22
  21. DC3 19 13 23
  22. DC4 20 14 24
  23. NAK 21 15 25
  24. SYN 22 16 26
  25. ETB 23 17 27
  26. CAN 24 18 30
  27. EM 25 19 31
  28. SUB 26 1a 32
  29. ESC 27 1b 33
  30. FS 28 1c 34
  31. GS 29 1d 35
  32. RS 30 1e 36
  33. US 31 1f 37
  34. ' ' 32 20 40
  35. '!' 33 21 41
  36. '"' 34 22 42
  37. '#' 35 23 43
  38. '$' 36 24 44
  39. '%' 37 25 45
  40. '&' 38 26 46
  41. ''' 39 27 47
  42. '(' 40 28 50
  43. ')' 41 29 51
  44. '*' 42 2a 52
  45. '+' 43 2b 53
  46. ',' 44 2c 54
  47. '-' 45 2d 55
  48. '.' 46 2e 56
  49. '/' 47 2f 57
  50. '0' 48 30 60
  51. '1' 49 31 61
  52. '2' 50 32 62
  53. '3' 51 33 63
  54. '4' 52 34 64
  55. '5' 53 35 65
  56. '6' 54 36 66
  57. '7' 55 37 67
  58. '8' 56 38 70
  59. '9' 57 39 71
  60. ':' 58 3a 72
  61. ';' 59 3b 73
  62. '<' 60 3c 74
  63. '=' 61 3d 75
  64. '>' 62 3e 76
  65. '?' 63 3f 77
  66. '@' 64 40 100
  67. 'A' 65 41 101
  68. 'B' 66 42 102
  69. 'C' 67 43 103
  70. 'D' 68 44 104
  71. 'E' 69 45 105
  72. 'F' 70 46 106
  73. 'G' 71 47 107
  74. 'H' 72 48 110
  75. 'I' 73 49 111
  76. 'J' 74 4a 112
  77. 'K' 75 4b 113
  78. 'L' 76 4c 114
  79. 'M' 77 4d 115
  80. 'N' 78 4e 116
  81. 'O' 79 4f 117
  82. 'P' 80 50 120
  83. 'Q' 81 51 121
  84. 'R' 82 52 122
  85. 'S' 83 53 123
  86. 'T' 84 54 124
  87. 'U' 85 55 125
  88. 'V' 86 56 126
  89. 'W' 87 57 127
  90. 'X' 88 58 130
  91. 'Y' 89 59 131
  92. 'Z' 90 5a 132
  93. '[' 91 5b 133
  94. '\' 92 5c 134
  95. ']' 93 5d 135
  96. '^' 94 5e 136
  97. '_' 95 5f 137
  98. '`' 96 60 140
  99. 'a' 97 61 141
  100. 'b' 98 62 142
  101. 'c' 99 63 143
  102. 'd' 100 64 144
  103. 'e' 101 65 145
  104. 'f' 102 66 146
  105. 'g' 103 67 147
  106. 'h' 104 68 150
  107. 'i' 105 69 151
  108. 'j' 106 6a 152
  109. 'k' 107 6b 153
  110. 'l' 108 6c 154
  111. 'm' 109 6d 155
  112. 'n' 110 6e 156
  113. 'o' 111 6f 157
  114. 'p' 112 70 160
  115. 'q' 113 71 161
  116. 'r' 114 72 162
  117. 's' 115 73 163
  118. 't' 116 74 164
  119. 'u' 117 75 165
  120. 'v' 118 76 166
  121. 'w' 119 77 167
  122. 'x' 120 78 170
  123. 'y' 121 79 171
  124. 'z' 122 7a 172
  125. '{' 123 7b 173
  126. '|' 124 7c 174
  127. '}' 125 7d 175
  128. '~' 126 7e 176