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 | 贄? | 111001101101000100111111 | e6d13f |
EUC-JP | 贄? | 111011001101001100111111 | ecd33f |
UTF-8 | 贄쇳 | 111010001011010010000100111011001000011110110011 | e8b484ec87b3 |
UHC | 贄쇳 | 11110010101111101011110011101101 | f2bebced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)