PHP #~が変な文字になる

# ~が変な文字になるので一度SJISに変換
$xml  = mb_convert_encoding($xml,”sjis-win”,”EUC”);
$xml  = mb_convert_encoding($xml,”UTF-8″,”sjis-win”);