Verify String Conversion to Specified Encoding
Enter a string and click the Check button to verify whether the string can be converted into the specified character encoding.
Input String
# | Character Encoding | Alias | Description |
---|---|---|---|
1 | UTF-8 | A variable-length character encoding for Unicode, compatible with ASCII. | |
2 | UTF-16 | A variable-length encoding for Unicode, commonly used in Windows. | |
3 | UTF-32 | A fixed-length encoding for Unicode, using 32-bit code units. | |
4 | Shift_JIS | Shift JIS | Japanese encoding, with 1-byte or 2-byte characters. |
5 | Microsoft Code Page 932 | CP932, Windows-31J, MS932 | Japanese encoding, with 1-byte ASCII and 2-byte Japanese characters. |
6 | EUC-JP | Japanese EUC | Japanese encoding, with variable-length characters. |
7 | ISO-2022-JP | JIS Code | Japanese encoding using escape sequences for switching character sets. |
8 | ASCII | ASCII Code | A 7-bit encoding for English alphabets and basic symbols. |
9 | ISO/IEC 8859-1 | Latin-1 | An 8-bit encoding for Western European languages. |
10 | Windows-1252 | CP1252 | An extended ASCII encoding for European languages. |
11 | GB 2312 | Chinese encoding for simplified characters, using 2 bytes per character. | |
12 | GBK | CP936, MS936 | An extension of GB 2312, compatible with Unicode 1.1. |
13 | GB 18030 | Chinese encoding supporting multiple languages and character sets. | |
14 | Big5 | Encoding for traditional Chinese characters, used in Taiwan and Hong Kong. | |
15 | KOI8-R | Russian Cyrillic encoding, compatible with ASCII. | |
16 | KOI8-U | Ukrainian Cyrillic encoding, compatible with ASCII. |