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 | 11101000100111011011100001101000 | e89db868 |
EUC-JP | 陜クh | 1110111111111101100011101011100001101000 | effd8eb868 |
UTF-8 | 陜クh | 11101001100110011001110011101111101111011011100001101000 | e9999cefbdb868 |
UHC | 陜?h | 11111001111100000011111101101000 | f9f03f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)