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 | 臧蕣 | 11100100011010001110010011111010 | e468e4fa |
EUC-JP | 臧蕣 | 11100111110010011110100011111100 | e7c9e8fc |
UTF-8 | 臧蕣 | 111010001000011110100111111010001001010110100011 | e887a7e895a3 |
UHC | 臧蕣 | 11101101111101011110001011110010 | edf5e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)