常用字符编码

15

1. ASCII (American Standard Code for Information Interchange)


2. UTF-8 (Unicode Transformation Format - 8-bit)


3. UTF-16 (Unicode Transformation Format - 16-bit)


4. GB2312/GBK/GB18030(中文编码)


5. ISO-8859 系列(Latin 编码)


6. EBCDIC (Extended Binary Coded Decimal Interchange Code)


7. Shift-JIS (Shift Japanese Industrial Standards)


8. Big5


9. MacRoman


10. KOI8-R (KOI8-Russian)


11. Windows-1252


12. ISO-2022-JP


13. TIS-620 (Thai Industrial Standard 620)


总结:

除了常见的 UTF 系列编码和传统的 ASCII 编码外,还有许多特定地区或语言的编码标准,这些编码仍在一些旧系统或特定语言环境中有应用,但随着 Unicode 的普及,现代系统和网络大多已经过渡到使用 UTF-8 和其他 Unicode 编码。

相关功能