Skip to content

Instantly share code, notes, and snippets.

@rpcme
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpcme/d43643896f28f0ab1d9f to your computer and use it in GitHub Desktop.
Save rpcme/d43643896f28f0ab1d9f to your computer and use it in GitHub Desktop.
# Safari: 8.0.5 (10600.5.17)
# Firefox: 37.0.2
# Chrome: 42.0.2311.90 (64-bit)
# IANA MIME Name | Browser encoding | Safari | Firefox | Chrome
# ---------------------------|------------------------------------|--------|---------|--------
# UTF-8 | Unicode (UTF-8) | yes | yes | yes
# ISO-8859-1 | Western (ISO Latin 1) | yes | yes | yes
# | Western (Mac OS Roman) | yes | no | yes
# Windows-1252 | Western (Windows) | no | no | yes
# UTF-16LE | Unicode (UTF-16LE) | no | no | yes
# ISO-8869-6 | Arabic (ISO 8859-6) | yes | yes | yes
# | Arabic (Windows) | yes | yes | yes
# Windows-1257 | Baltic (Windows) | yes | yes | yes
# ISO-8859-4 | Baltic (ISO) | no | yes | yes
# ISO-8859-13 | Baltic (ISO) | no | no | yes
# ISO-8859-14 | Celtic (ISO) | no | no | yes
# ISO-8859-2 | Central European (ISO Latin 2) | yes | yes [5] | yes
# | Central European (Mac OS) | yes | no | no
# ISO-8859-2-Windows-Latin-2 | Central European (Windows Latin 2) | yes | yes | no
# ISO-8859-4 | Central European (ISO Latin 4) | yes | yes [5] | no
# Windows-1250 | Central European (Windows) | no | no | yes
# GB18030 | Chinese/Simplified (GB 18030) | yes | no | yes [3]
# GB-2312 | Chinese/Simplified (GB 2312) | yes | yes | yes [4]
# HZ-GB-2312 | Chinese/Simplified (HZ GB 2312) | yes | yes? | no
# Big5 | Chinese/Traditional (Big 5) | yes | yes? | yes
# Big5-HKSCS | Chinese/Traditional (Big 5 HKSCS) | yes | yes? | yes
# | Chinese/Traditional (Windows, DOS) | yes | no | no
# ISO-8859-5 | Cryllic (ISO 8859-5) | yes | yes | yes
# | Cryllic (Mac OS) | yes | no | no
# | Cryllic (DOS) | no | yes | no
# KOI8-R | Cryllic (KOI8-R) | yes | yes | yes
# KOI8-U | Cryllic (KOI8-U) | no | yes | yes
# Windows-1251 | Cryllic (Windows) | yes | yes | yes
# ISO-8859-8 | Greek (ISO 8859-8) | yes | yes | no
# ISO-8859-7 | Greek (ISO 8859-7) | no | no | yes
# Windows-1253 | Greek (Windows) | yes | yes | yes
# ISO-8859-8 | Hebrew (ISO 8859-8) | yes | yes | yes
# ISO-8859-8-I | Hebrew (ISO 8859-8-I) | no | no | yes
# Windows-1255 | Hebrew (Windows) | yes | yes? | no
# Shift_JIS | Japanese (Shift JIS) | yes | yes | yes
# ISO-2022-JP | Japanese (ISO 2022-JP) | yes | yes | yes
# EUC-JP | Japanese (EUC) | yes | yes | yes
# | Japanese (Shift JIS X0213) | yes | no | no
# 2022-KR | Korean (ISO 2022-KR) | yes | yes | yes
# | Korean (Mac OS) | yes | no | no
# | Korean (Windows, DOS) | yes | no | no
# ISO-8859-10 | Nordic | no | no | yes
# | Romanian | no | no | yes
# ISO-8859-3 | South European | no | no | yes
# | Thai (Windows, DOS) | yes | yes | yes
# KOI8-U | Ukrainian (KOI8-U) | yes | yes [1] | yes[2]
# ISO-8859-9 | Turkish (ISO Latin 5) | yes | yes | yes
# ISO-8859-9-Windows-Latin-5 | Turkish (Windows Latin 5) | yes | no? | no
# | Vietnamese (Windows) | yes | yes | yes
# [1] named as Cryllic (KOI8-U)
# [2] named as Cryllic (KOI8-U)
# [3] named as Chinese Simplified (gb18030)
# [4] named as Chinese Simplified (GBK)
# [5] not specified if -2 or -4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment