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 | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | ?貂y | 00111111111001101011100001111001 | 3fe6b879 |
EUC-JP | 嶴貂y | 100011111011101111110011111011001011101001111001 | 8fbbf3ecba79 |
UTF-8 | 嶴貂y | 11100101101101101011010011101000101100101000001001111001 | e5b6b4e8b28279 |
UHC | ?貂y | 00111111111101011011000001111001 | 3ff5b079 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)