UCS-2 中最长的 UTF-8 编码字符(以字节为单位)是多少?
我想知道哪个 Unicode 字符同时存在于 UCS-2 和 UTF-8 编码中,并且在 UTF-8 中具有最长的字节大小。
I'd like to know which Unicode character is both present in UCS-2 and UTF-8 encoding, that has the longest size in bytes in UTF-8.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,UTF-8 中最长表示形式的 UCS-2 可编码代码点将是 U+0800 到 U+FFFF。
So the UCS-2-encodable codepoints with the longest representation in UTF-8 would be U+0800 to U+FFFF.