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 | 0011111101011010 | 3f5a |
| SJIS-WIN | 鯤Z | 111010011100100001011010 | e9c85a |
| EUC-JP | 鯤Z | 111100101100101001011010 | f2ca5a |
| UTF-8 | 鯤Z | 11101001101011111010010001011010 | e9afa45a |
| UHC | 鯤Z | 110011011110011001011010 | cde65a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)