Advertisement
Guest User

TOFU-7

a guest
Mar 20th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. TOFU-7: By Jecowa and Gareth422
  2.  
  3. Hex character description
  4. 0x00 ア ( A )
  5. 0x01 イ ( I )
  6. 0x02 ウ ( U )
  7. 0x03 エ ( E )
  8. 0x04 オ ( O )
  9. 0x05 カ ( KA )
  10. 0x06 キ ( KI )
  11. 0x07 ク ( KU )
  12. 0x08 ケ ( KE )
  13. 0x09 コ ( KO )
  14. 0x0A サ ( SA )
  15. 0x0B シ ( SHI )
  16. 0x0C ス ( SU )
  17. 0x0D セ ( SE )
  18. 0x0E ソ ( SO )
  19. 0x0F タ ( TA )
  20. 0x10 チ ( CHI )
  21. 0x11 ツ ( TSU )
  22. 0x12 テ ( TE )
  23. 0x13 ト ( TO )
  24. 0x14 ナ ( NA )
  25. 0x15 ニ ( NI )
  26. 0x16 ヌ ( NU )
  27. 0x17 ネ ( NE )
  28. 0x18 ノ ( NO )
  29. 0x19 ハ ( HA )
  30. 0x1A ヒ ( HI )
  31. 0x1B フ ( FU )
  32. 0x1C ヘ ( HE )
  33. 0x1D ホ ( HO )
  34. 0x1E マ ( MA )
  35. 0x1F ミ ( MI )
  36. 0x20 "space" (Same position as in Latin set)
  37. 0x21 ム ( MU )
  38. 0x22 メ ( ME )
  39. 0x23 モ ( MO )
  40. 0x24 ヤ ( YA )
  41. 0x25 ャ ( little YA )
  42. 0x26 ユ ( YU )
  43. 0x27 ュ ( little YU )
  44. 0x28 ヨ ( YO )
  45. 0x29 ョ ( little YO )
  46. 0x2A ラ ( RA )
  47. 0x2B リ ( RI )
  48. 0x2C 、 Japanese comma (same position as Latin comma ",")
  49. 0x2D ー Choonpu (same position as Latin hyphen "-")
  50. 0x2E 。 Japanese period (same position as Latin period)
  51. 0x2F / forward slash (Same position as in Latin set)
  52. 0x30 0 (Numbers all in same positions)
  53. 0x31 1
  54. 0x32 2
  55. 0x33 3
  56. 0x34 4
  57. 0x35 5
  58. 0x36 6
  59. 0x37 7
  60. 0x38 8
  61. 0x39 9
  62. 0x3A ル ( RU )
  63. 0x3B レ ( RE )
  64. 0x3C < less than (Same character/position as in Latin set)
  65. 0x3D = equals (Same character/position as in Latin set)
  66. 0x3E > greater than (Same character/position as in Latin set)
  67. 0x3F ? question mark (Same character/position as in Latin set)
  68. 0x40 @ at sign (Same character/position as in Latin set)
  69. 0x41 A
  70. 0x42 B
  71. 0x43 C
  72. 0x44 D
  73. 0x45 E
  74. 0x46 F
  75. 0x47 G
  76. 0x48 H
  77. 0x49 I
  78. 0x4A J
  79. 0x4B K
  80. 0x4C L
  81. 0x4D M
  82. 0x4E N
  83. 0x4F O
  84. 0x50 P
  85. 0x51 Q
  86. 0x52 R
  87. 0x53 S
  88. 0x54 T
  89. 0x55 U
  90. 0x56 V
  91. 0x57 W
  92. 0x58 X
  93. 0x59 Y
  94. 0x5A Z
  95. 0x5B 「 Japanese parenthesis (Same position as open bracket "[")
  96. 0x5C \ backslash
  97. 0x5D 」 Japanese parenthesis (Same position as close bracket "]")
  98. 0x5E ロ ( RO )
  99. 0x5F ッ ( little TSU )
  100. 0x60 ン ( N )
  101. 0x61 a
  102. 0x62 b
  103. 0x63 c
  104. 0x64 d
  105. 0x65 e
  106. 0x66 f
  107. 0x67 g
  108. 0x68 h
  109. 0x69 i
  110. 0x6A j
  111. 0x6B k
  112. 0x6C l
  113. 0x6D m
  114. 0x6E n
  115. 0x6F o
  116. 0x70 p
  117. 0x71 q
  118. 0x72 r
  119. 0x73 s
  120. 0x74 t
  121. 0x75 u
  122. 0x76 v
  123. 0x77 w
  124. 0x78 x
  125. 0x79 y
  126. 0x7A z
  127. 0x7B ワ (Wa)
  128. 0x7C ¥ Yen sign
  129. 0x7D ヲ (Wo)
  130. 0x7E ゙ Dakuten
  131. 0x7F ゚ Handakuten (Same position as the degree symbol "°")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement