文字コード変換コマンド (iconv)

iconv コマンドの使い方

$ iconv -f cp932 -t utf-8 input > output
  • -f (--from) : 変換元の文字コード

  • -t (--to) : 変換先の文字コード