1 在vim下查看某個文件的編碼命令: vim
:set fileencoding編碼
2 在vim下轉換文件編碼用:utf-8
:set fileencoding=utf-8 //轉換爲utf-8coding