回答編集履歴

1

追記

2019/02/15 08:59

投稿

can110
can110

スコア38266

test CHANGED
@@ -3,6 +3,22 @@
3
3
  `文字コード`、`符号化`などで検索してみてください。
4
4
 
5
5
  [符号化文字集合と文字符号化方式 - 「プログラマのための文字コード技術入門」を読んだ](https://blog.shibayu36.org/entry/2015/09/14/102100)の`符号化文字集合と文字符号化方式の関係`の図が分かりやすいかと思います。
6
+
7
+
8
+
9
+ あとは[「分かりそう」で「分からない」でも「分かった」気になれるIT用語辞典](https://wa3.i-3-i.info/index.html)の以下あたりなど。
10
+
11
+ - [文字コードとは](https://wa3.i-3-i.info/word137.html)
12
+
13
+ - [UTF-8とは](https://wa3.i-3-i.info/word1812.html)
14
+
15
+ - [符号化文字集合とは](https://wa3.i-3-i.info/word15291.html)
16
+
17
+ - [文字符号化方式とは](https://wa3.i-3-i.info/word15292.html)
18
+
19
+ - [ 「文字コード」と「文字エンコード」の違い](https://wa3.i-3-i.info/diff16moji.html)
20
+
21
+
6
22
 
7
23
  ```Python
8
24