To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 李쇳슌泥섏쮬 | 111011111010011110100001111011001000011110110011111011001000101010001100111011111010011110100011111011001000010010001111111011001010111010101100 | efa7a1ec87b3ec8a8cefa7a3ec848fecaeac |
| UHC | 李쇳슌泥섏쮬 | 111011001011000010111100111011011001101010011100111011001011001010011000111011001010100010001001 | ecb0bced9a9cecb298eca889 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)