Python character transcoding

Source: Internet
Author: User

Encoding and transcoding of characters

Demo

UTF-8 Turn GBK

python2.7 default encoding ASCII

No turn Unicode direct turn GBK

1, the system's default encoding is ASCII, the program's specified encoding is UTF-8, in the encode time will automatically do a decoding operation Decode (), decoding the encoding is the system's default encoding ASCII.

2, when using decode () decoding, you need to explain the encoding before decoding. such as: Decode (' UTF-8 ')

Unicode can display Chinese by default, but formatting in tuples does not display Chinese.

Python3

The data type in Python is Unicode by default.

BYTE type cannot display string

Python character transcoding

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.