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 | ??Z | 001111110011111101011010 | 3f3f5a |
| SJIS-WIN | 灌溏Z | 1001111111110011100111111110110101011010 | 9ff39fed5a |
| EUC-JP | 灌溏Z | 1101111011110101110111101110111101011010 | def5deef5a |
| UTF-8 | 灌溏Z | 11100111100000011000110011100110101110101000111101011010 | e7818ce6ba8f5a |
| UHC | 灌?Z | 11001110101101000011111101011010 | ceb43f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)