python 字符编码转换

Posted AngDH

tags:

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

>>> a = uxb2xe2xcaxd4
>>> b = a.encode(raw_unicode_escape)
>>> print b
测试
>>> c = a.encode(latin1)
>>> print c
测试

 

unicode.encode(text, encoding=utf-8)

 

decode(unicode-escape)

 

以上是关于python 字符编码转换的主要内容,如果未能解决你的问题,请参考以下文章

python中的字符编码和转换

将 python2 字节/字符串编码转换为 python3

python的字符转换常见bug

初识python: 字符编码转换

python中字符串编码转换

ASP.NET 几种编码转换成汉字