使用 iconv 轉換檔案編碼 2013 January 01 Tue iconv 可以轉換編碼, 例如想把 big5 檔換轉到 utf8: $ iconv -f big5 -t utf8 big5_input.txt -o utf8_output