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 | ?Y | 0011111101011001 | 3f59 |
SJIS-WIN | 鵈Y | 111010011111110001011001 | e9fc59 |
EUC-JP | 鵈Y | 111100101111111001011001 | f2fe59 |
UTF-8 | 鵈Y | 11101001101101011000100001011001 | e9b58859 |
UHC | ?Y | 0011111101011001 | 3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)