Python and Character set encoding

Source: Internet
Author: User

The more clear-spoken blog: http://www.cnblogs.com/huxi/archive/2010/12/05/1897271.html

Take the above post of Han as an example, the GBK encoding of Chinese characters is baba, Unicode code word is 6c49 utf16-le encoding is 496C,UTF-8 encoding is e6b189

Python files are encoded as GBK

Line= "Han"

Input=line.decode (' GBK ', ' ignore '). Encode ("UTF-8");

rint repr (Input)

The above three lines of code output is correct, but when the encoding becomes utf-16le, it is not. You need to use print binascii.hexlify (input)

Python and Character set encoding

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.