PHP - UTF-16 到 UTF-8(十六进制)转换
是否可以转换UTF-16U+610F
样式字符转为 UTF-8(十六进制)E6848F
使用PHP?
UTF-8 字符是“意”
Is it possible to convert UTF-16U+610F
style character to UTF-8 (hex)E6848F
using PHP ?
UTF-8 character is '意'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 chr 手册页中的评论,一个转换序数的快速技巧将字符数转换为 UTF-8 字节序列:
From the comments in the chr man page, one quick hack for turning an ordinal character number into a UTF-8 byte sequence:
php 有 unicode 编码和解码..让你尝试一下
php have unicode encoding and decoding.. let u try on that