Encoding コンバーター

Fix garbled text files by auto-detecting GBK/Big5/UTF-8 encoding

🔥 人気 7.2w

需要导出为 GBK 等エンコード?

浏览器仅内置「各种エンコード读取 → UTF-8 出力」能力,反向出力 GBK 需本地工具,任选其一:
Windows 记事本用记事本開くファイル → 另存为 → 右下角エンコード选 ANSI(即 GBK)
Notepad++エンコード菜单 → 转为 ANSI / GB2312
命令行(macOS/Linux)iconv -f UTF-8 -t GBK 入力.txt > 出力.txt