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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 褂晞 | 11100101111001101001110111101001 | e5e69de9 |
EUC-JP | 褂晞 | 11101010111010001101101011101011 | eae8daeb |
UTF-8 | 褂晞 | 111010001010010010000010111001101001100110011110 | e8a482e6999e |
UHC | ?晞 | 001111111111110111110101 | 3ffdf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)