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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | 薏?? | 1000111111011001110111100011111100111111 | 8fd9de3f3f |
| UTF-8 | 薏곗옩 | 111010001001011010001111111010101011001110010111111011001001100010101001 | e8968feab397ec98a9 |
| UHC | 薏곗옩 | 111010111111101110110000111011001001111010101000 | ebfbb0ec9ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)