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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 耘?裡B | 111000111100111100111111100101111010000101000010 | e3cf3f97a142 |
| EUC-JP | 耘?裡B | 111001101101000100111111110011101010001101000010 | e6d13fcea342 |
| UTF-8 | 耘띄裡B | 11101000100000001001100011101011100111011000010011101000101000111010000101000010 | e88098eb9d84e8a3a142 |
| UHC | 耘띄裡B | 11101001111111001011011011100111110101111110101101000010 | e9fcb6e7d7eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)