Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # 主なASCII文字の文字コード(10進数)
  2. 33~41はキーボードの順
  3.  
  4. |コード|文字|備考|
  5. |--:|:--:|:--:|
  6. |0|NUL|null文字|
  7. |10|LF|改行|
  8. |32| |スペース|
  9. |33|!||
  10. |34|"||
  11. |35|#||
  12. |36|$||
  13. |37|%||
  14. |38|&||
  15. |39|'||
  16. |40|(||
  17. |41|)||
  18. |42|\*||
  19. |43|\+||
  20. |44|,||
  21. |45|-||
  22. |46|.||
  23. |47|/||
  24. |48|0|以下57まで数字|
  25. |58|:||
  26. |59|;||
  27. |60|<||
  28. |61|=||
  29. |62|>||
  30. |63|?||
  31. |64|@||
  32. |65|A|以下90までアルファベット大文字|
  33. |91|\[||
  34. |92|\\ |バックスラッシュ|
  35. |93|]||
  36. |94|^||
  37. |95|\_||
  38. |96|`||
  39. |97|a|以下122までアルファベット小文字|
  40. |123|{||
  41. |124|\||
  42. |125|}||
  43. |126|~||
  44. |127|DEL|削除|
Add Comment
Please, Sign In to add comment