Python字符串的编码与解码(encode与decode)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python字符串的编码与解码(encode与decode)相关的知识,希望对你有一定的参考价值。

字符串在Python内部的表示是unicode编码,因此,在做编码转换时,通常需要以unicode作为中间编码,即先将其他编码的字符串解码(decode)成unicode,再从unicode编码(encode)成另一种编码。

 

                                                                              技术分享

 

以上是关于Python字符串的编码与解码(encode与decode)的主要内容,如果未能解决你的问题,请参考以下文章

Python 进阶 — 字符串编码(encode)与解码(decode)

Python中的编码(encode)与解码(decode)

Python:编码与解码和转义字符

Python2/3的中英文字符编码与解码输出: UnicodeDecodeError: 'ascii' codec can't decode/encode

python str与bytes编码解码

python字符编码与解码 unicode,str