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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 萸?Y | 11100100110011100011111101011001 | e4ce3f59 |
EUC-JP | 萸?Y | 11101000110100000011111101011001 | e8d03f59 |
UTF-8 | 萸묨Y | 11101000100100001011100011101011101011001010100001011001 | e890b8ebaca859 |
UHC | 萸묨Y | 1110101110101101100100100100000101011001 | ebad924159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)