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 | 11100101010110100011111101001111 | e55a3f4f |
| EUC-JP | 藥?O | 11101001101110110011111101001111 | e9bb3f4f |
| UTF-8 | 藥힙O | 11101000100101111010010111101101100111101001100101001111 | e897a5ed9e994f |
| UHC | 藥힙O | 1110010110110111110010001111110001001111 | e5b7c8fc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)