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 | ?S | 0011111101010011 | 3f53 |
SJIS-WIN | ?S | 0011111101010011 | 3f53 |
EUC-JP | 偙S | 10001111101100011110101101010011 | 8fb1eb53 |
UTF-8 | 偙S | 11100101100000011001100101010011 | e5819953 |
UHC | ?S | 0011111101010011 | 3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)