mb_convert_encoding Unicode 圆圈数字错误

mb_convert_encoding Unicode Circled Numbers error

我对 PHP

中的转换编码有疑问

我的代码:

$data_row = mb_convert_encoding($data_input['example'],'UTF-8',"SJIS")

示例

①②文字 ----> after run this code ---> ??文字.

我应该使用哪种字符编码?

结果在这里。

https://unix.stackexchange.com/questions/195266/iconv-cant-convert-circled-numbers-to-from-japanese-encodings

更新我的代码后
  $data_row = mb_convert_encoding($data_input['example'],'UTF-8',"SJIS")

$data_row = mb_convert_encoding($data_input['example'],'UTF-8',"SHIFT_JIS-2004")

完美运行。