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 | ?AY | 001111110100000101011001 | 3f4159 |
SJIS-WIN | 虍AY | 11100101011001110100000101011001 | e5674159 |
EUC-JP | 虍AY | 11101001110010000100000101011001 | e9c84159 |
UTF-8 | 虍AY | 1110100010011001100011010100000101011001 | e8998d4159 |
UHC | ?AY | 001111110100000101011001 | 3f4159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)