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 | àc]H | 11100000011000110101110101001000 | e0635d48 |
SJIS-WIN | ?c]H | 00111111011000110101110101001000 | 3f635d48 |
EUC-JP | àc]H | 100011111010101110100010011000110101110101001000 | 8faba2635d48 |
UTF-8 | àc]H | 1100001110100000011000110101110101001000 | c3a0635d48 |
UHC | ?c]H | 00111111011000110101110101001000 | 3f635d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)