博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python之路day1
阅读量:5315 次
发布时间:2019-06-14

本文共 376 字,大约阅读时间需要 1 分钟。

字符编码

ASICC  一个字符占8位(1byte)

unicode(统一码,万国码,单一码) 不管是中文还是英文,一个字符占16位(2bytes)

utf-8  所有的英文字符都是按ASICC码来存;中文按utf-8来存(需要3bytes)

 

 

ASICC     255    1bytes

       -----1980    gb2312  7xxx

       ----1995    GBK1.0  2W+

        ----2000    GB18030    17xxx

          ----unicode  2bytes

            ----utf-8    en:1bytes;  中文:3bytes

 

转载于:https://www.cnblogs.com/huangtiandi001/p/6972670.html

你可能感兴趣的文章
Yii2 的快速配置 api 服务 yii2-fast-api
查看>>
javascript学习笔记 null和undefined
查看>>
jquery easyui datagrid getSelections用法
查看>>
PHP 学习1.1
查看>>
Linux学习之服务器搭建——DHCP服务器
查看>>
垃圾收集算法
查看>>
二分查找
查看>>
数组去重
查看>>
mac编辑器coda使用小贴条
查看>>
px,em,rem,vw单位在网页和移动端的应用
查看>>
造数据时踏过的坑
查看>>
sql里如何for循环
查看>>
正则表达式
查看>>
Henan Hongxing broken equipment in practice for testing truth
查看>>
【Linux】【Services】【nfs】nfs安装与配置
查看>>
PHP json_encode() 函数介绍
查看>>
android wifi
查看>>
P2680 运输计划
查看>>
运输层
查看>>
cudaMalloc和cudaMallocPitch
查看>>