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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 蜍」^ | 11100101100010111010001101011110 | e58ba35e |
| EUC-JP | 蜍」^ | 1110100111101011100011101010001101011110 | e9eb8ea35e |
| UTF-8 | 蜍」^ | 11101000100111001000110111101111101111011010001101011110 | e89c8defbda35e |
| UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)