What is the difference between iconv and mb_convert_encoding in php?

Source: Internet
Author: User
Why can I convert a string encoded as gb18030 to UTF-8 through iconv? Use mbconvertencoding for gb2312 encoding. Why can I use iconv to convert a string encoded as gb18030 to UTF-8 and use mb ConvertWhy not encoding? Use mb encoded as gb2312 ConvertEncoding.

Reply content:

Why can I use iconv to convert a string encoded as gb18030 to UTF-8 and use mbConvertWhy not encoding? Use mb encoded as gb2312ConvertEncoding.

Mbstring does not have the gbk/gb18030 encoding name. You can use cp936 instead (in fact, cp936 cannot completely overwrite gb18030, but it can overwrite the characters in the GBK character set, so there is no problem in general ).

Both iconv and mbstring are databases for multi-byte character processing, but the underlying implementation is different.

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.