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 | 韋? | 111010001110100000111111 | e8e83f |
EUC-JP | 韋? | 111100001110101000111111 | f0ea3f |
UTF-8 | 韋꼢 | 111010011001111110001011111010101011110010100010 | e99f8beabca2 |
UHC | 韋꼢 | 11101010110111111000010001111001 | eadf8479 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)