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 | 陜轉 | 11101000100111011110011101111010 | e89de77a |
EUC-JP | 陜轉 | 11101111111111011110110111011011 | effdeddb |
UTF-8 | 陜轉 | 111010011001100110011100111010001011110110001001 | e9999ce8bd89 |
UHC | 陜轉 | 11111001111100001110111110101110 | f9f0efae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)