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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | ?貂O | 00111111111001101011100001001111 | 3fe6b84f |
| EUC-JP | 嶴貂O | 100011111011101111110011111011001011101001001111 | 8fbbf3ecba4f |
| UTF-8 | 嶴貂O | 11100101101101101011010011101000101100101000001001001111 | e5b6b4e8b2824f |
| UHC | ?貂O | 00111111111101011011000001001111 | 3ff5b04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)