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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 聚v | 111000111101101001110110 | e3da76 |
EUC-JP | 聚v | 111001101101110001110110 | e6dc76 |
UTF-8 | 聚v | 11101000100000011001101001110110 | e8819a76 |
UHC | 聚v | 111101101010100101110110 | f6a976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)