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 | 罌掩ク | 111000111010000010001001100001101000001101001110 | e3a08986834e |
| EUC-JP | 罌掩ク | 111001101010001010110001111001101010010110101111 | e6a2b1e6a5af |
| UTF-8 | 罌掩ク | 111001111011110110001100111001101000111010101001111000111000001010101111 | e7bd8ce68ea9e382af |
| UHC | 罌掩ク | 111001011010001011100101111100111010101110101111 | e5a2e5f3abaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)