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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 雍鍋棟 | 111010001011010010010011111001111001001110001111 | e8b493e7938f |
| EUC-JP | 雍鍋棟 | 111100001011011011000110111010011100010111101111 | f0b6c6e9c5ef |
| UTF-8 | 雍鍋棟 | 111010011001101110001101111010011000110110001011111001101010001110011111 | e99b8de98d8be6a39f |
| UHC | 雍鍋棟 | 111010001011110011001110101001111101010011010110 | e8bccea7d4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)