2016-12-01 phpで文字エンコードを変換する(mb_convert_encoding) php $str = "元になっている文字列"; $str = mb_convert_encoding($str, "SJIS", "UTF-8");ネタ元 http://www.phpbook.jp/func/string/index5.html