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 | ??潁 | 00111111001111111001111111110001 | 3f3f9ff1 |
| EUC-JP | ??潁 | 00111111001111111101111011110011 | 3f3fdef3 |
| UTF-8 | 왃뗼潁 | 111011001001100110000011111010111001011110111100111001101011110110000001 | ec9983eb97bce6bd81 |
| UHC | 왃뗼潁 | 100111101011011010001011111110111110011110111000 | 9eb68bfbe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)