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 | ??S | 001111110011111101010011 | 3f3f53 |
| SJIS-WIN | 謝嫉S | 1000111011010011100011101011100101010011 | 8ed38eb953 |
| EUC-JP | 謝嫉S | 1011110011010101101111001011101101010011 | bcd5bcbb53 |
| UTF-8 | 謝嫉S | 11101000101011001001110111100101101010111000100101010011 | e8ac9de5ab8953 |
| UHC | 謝嫉S | 1101111011110011111100101110110001010011 | def3f2ec53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)