Skip to content

Instantly share code, notes, and snippets.

@pb10005
Created July 20, 2018 18:12
Show Gist options
  • Save pb10005/4bc70c61fe15ccaba963b604455fd596 to your computer and use it in GitHub Desktop.
Save pb10005/4bc70c61fe15ccaba963b604455fd596 to your computer and use it in GitHub Desktop.

主なASCII文字の文字コード(10進数)

33~41はキーボードの順

コード 文字 備考
0 NUL null文字
10 LF 改行
32 スペース
33 !
34 "
35 #
36 $
37 %
38 &
39 '
40 (
41 )
42 *
43 +
44 ,
45 -
46 .
47 /
48 0 以下57まで数字
58 :
59 ;
60 <
61 =
62 >
63 ?
64 @
65 A 以下90までアルファベット大文字
91 [
92 \ バックスラッシュ
93 ]
94 ^
95 _
96 `
97 a 以下122までアルファベット小文字
123 {
124 |
125 }
126 ~
127 DEL 削除
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment