2014-06-09 PHPでshift-jisをutf-8に変換する PHP mb_convert_encoding($string, 'utf8', 'sjis-win');文字コードの名称として「CP932」というのがあるが、これは別名「sjis-win」とも呼ばれている。 ネタ元 http://hamamuratakuo.blog61.fc2.com/blog-entry-446.html