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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 萸?h | 11100100110011100011111101101000 | e4ce3f68 |
EUC-JP | 萸?h | 11101000110100000011111101101000 | e8d03f68 |
UTF-8 | 萸묧h | 11101000100100001011100011101011101011001010011101101000 | e890b8ebaca768 |
UHC | 萸묧h | 1110101110101101100100011111111001101000 | ebad91fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)