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 | 陝垂 | 11101000100111111001000010000010 | e89f9082 |
EUC-JP | 陝垂 | 11110000101000011011111111100010 | f0a1bfe2 |
UTF-8 | 陝垂 | 111010011001100110011101111001011001111010000010 | e9999de59e82 |
UHC | 陝垂 | 11100000111011011110000111110111 | e0ede1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)