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 | 痼疊 | 11100001100000001110000101100111 | e180e167 |
EUC-JP | 痼疊 | 11100001111000001110000111001000 | e1e0e1c8 |
UTF-8 | 痼疊 | 111001111001011110111100111001111001011010001010 | e797bce7968a |
UHC | 痼疊 | 11001101110000001111010011100001 | cdc0f4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)