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 | 111001010110011101011010 | e5675a |
| EUC-JP | 虍Z | 111010011100100001011010 | e9c85a |
| UTF-8 | 虍Z | 11101000100110011000110101011010 | e8998d5a |
| UHC | ?Z | 0011111101011010 | 3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)