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 | ??U | 001111110011111101010101 | 3f3f55 |
| SJIS-WIN | 灌溏U | 1001111111110011100111111110110101010101 | 9ff39fed55 |
| EUC-JP | 灌溏U | 1101111011110101110111101110111101010101 | def5deef55 |
| UTF-8 | 灌溏U | 11100111100000011000110011100110101110101000111101010101 | e7818ce6ba8f55 |
| UHC | 灌?U | 11001110101101000011111101010101 | ceb43f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)