php method to convert Chinese characters to Unicode encoding: first create a PHP sample file; then use the "function UnicodeEncode($str){...}" method to convert the specified Chinese characters into a Unicode string.
#The operating environment of this article: Windows7 system, PHP7.1, Dell G3 computer.
Let’s look at the PHP Unicode encoding method to convert Chinese into Unicode characters, such as converting Sina Weibo into a Unicode string. The code is as follows:
function UnicodeEncode($str){ //split word preg_match_all('/./u',$str,$matches); $unicodeStr = ""; foreach($matches[0] as $m){ //拼接 $unicodeStr .= "&#".base_convert(bin2hex(iconv('UTF-8',"UCS-4",$m)),16,10); } return $unicodeStr; } $str = "新浪微博"; echo UnicodeEncode($str);
Unicode编码输出字符串:“\u65b0\u6d6a\u5fae\u535a”
Recommended: "PHP Video Tutorial》
The above is the detailed content of How to convert Chinese characters to unicode encoding in PHP. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 English version
Recommended: Win version, supports code prompts!

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
