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}B | 11100000011000110111110101000010 | e0637d42 |
SJIS-WIN | ?c}B | 00111111011000110111110101000010 | 3f637d42 |
EUC-JP | àc}B | 100011111010101110100010011000110111110101000010 | 8faba2637d42 |
UTF-8 | àc}B | 1100001110100000011000110111110101000010 | c3a0637d42 |
UHC | ?c}B | 00111111011000110111110101000010 | 3f637d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)