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 | à«Y | 111000001010101101011001 | e0ab59 |
SJIS-WIN | ??Y | 001111110011111101011001 | 3f3f59 |
EUC-JP | à?Y | 1000111110101011101000100011111101011001 | 8faba23f59 |
UTF-8 | à«Y | 1100001110100000110000101010101101011001 | c3a0c2ab59 |
UHC | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)