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 | 謝式邪 | 100011101101001110001110101011101000111011010111 | 8ed38eae8ed7 |
| EUC-JP | 謝式邪 | 101111001101010110111100101100001011110011011001 | bcd5bcb0bcd9 |
| UTF-8 | 謝式邪 | 111010001010110010011101111001011011110010001111111010011000001010101010 | e8ac9de5bc8fe982aa |
| UHC | 謝式邪 | 110111101111001111100011110100101101111011110111 | def3e3d2def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)