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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 率晉 | 10010111101001101001110111100111 | 97a69de7 |
EUC-JP | 率晉 | 11001110101010001101101011101001 | cea8dae9 |
UTF-8 | 率晉 | 111001111000111010000111111001101001100110001001 | e78e87e69989 |
UHC | 率晉 | 11100001111000111111001011001011 | e1e3f2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)