File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ MySQL 字符编码集中有两套 UTF-8 编码实现:**`utf8`** 和 **`utf8mb4
1818
1919** 计算机只能存储二进制的数据,那英文、汉字、表情等字符应该如何存储呢?**
2020
21- 我们要将这些字符和二级制的数据一一对应起来 ,比如说字符“a”对应“01100001”,反之,“01100001”对应 “a”。我们将字符对应二进制数据的过程称为"** 字符编码** ",反之,二进制数据解析成字符的过程称为“** 字符解码** ”。
21+ 我们要将这些字符和二进制的数据一一对应起来 ,比如说字符“a”对应“01100001”,反之,“01100001”对应 “a”。我们将字符对应二进制数据的过程称为"** 字符编码** ",反之,二进制数据解析成字符的过程称为“** 字符解码** ”。
2222
2323## 有哪些常见的字符集?
2424
@@ -157,4 +157,4 @@ Incorrect string value: '\xF0\x9F\x98\x98\xF0\x9F...' for column 'name' at row 1
157157- Unicode-维基百科:https://zh.wikipedia.org/wiki/Unicode
158158- GB2312-维基百科:https://zh.wikipedia.org/wiki/GB_2312
159159- UTF-8-维基百科:https://zh.wikipedia.org/wiki/UTF-8
160- - GB18030-维基百科: https://zh.wikipedia.org/wiki/GB_18030
160+ - GB18030-维基百科: https://zh.wikipedia.org/wiki/GB_18030
You can’t perform that action at this time.
0 commit comments