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 | 疱癘 | 11100001011101101110000110010110 | e176e196 |
EUC-JP | 疱癘 | 11100001110101111110000111110110 | e1d7e1f6 |
UTF-8 | 疱癘 | 111001111001011010110001111001111001100110011000 | e796b1e79998 |
UHC | 疱? | 111110001101111000111111 | f8de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)