version 5.8 以降は標準モジュールの Encode が使える use Encode qw/from_to/; $str = "日本語"; from_to($str, "euc-jp", "shiftjis"); # euc である $str を shift_jis に変換する