Encoding Converter
Fix garbled text files by auto-detecting GBK/Big5/UTF-8 encoding
需要导出为 GBK 等Encode?
浏览器仅内置「各种Encode读取 → UTF-8 Output」能力,反向Output GBK 需本地工具,任选其一:
| Windows 记事本 | 用记事本OpenFile → 另存为 → Bottom-right角Encode选 ANSI(即 GBK) |
| Notepad++ | EncodeMenu → 转为 ANSI / GB2312 |
| 命令lines(macOS/Linux) | iconv -f UTF-8 -t GBK Input.txt > Output.txt |