unicode 的三种表现形式:&#、&#x、\u

&#&#x\u 都可以用来表示一串 unicode 编码。

如:

{    "a":""}

可以表示为:

{    "a":""}
{    "a":""}
\u007b\u0020\u0020\u0020\u0020\u0022\u0061\u0022\u003a\u0022\u0022\u007d

百度搜 unicode 出来的第一个网站就是这个,可以进行 unicode 的转换。
unicode 的三种表现形式:&#、&#x、\u_第1张图片

但我认为它的表述有误,按照真实的操作逻辑来说,应该是这样:

  • 红框标明的标题应该是 Native/Unicode 编码互转。
  • 左边填写 Native 内容,右边填写 Unicode 内容。
  • 三个蓝色按钮次对应:Native转Unicode、Unicode转Native、全部清空

你可能感兴趣的:(unicode,编码,json,编码,unicode,html)