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 | ?杉 | 001111111001000010011001 | 3f9099 |
EUC-JP | ?杉 | 001111111011111111111001 | 3fbff9 |
UTF-8 | 얔杉 | 111011001001011010010100111001101001110110001001 | ec9694e69d89 |
UHC | 얔杉 | 10011101111111101101111110110100 | 9dfedfb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)