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 | 陌巧 | 11101000100110011000110101001001 | e8998d49 |
EUC-JP | 陌巧 | 11101111111110011011100110101010 | eff9b9aa |
UTF-8 | 陌巧 | 111010011001100110001100111001011011011110100111 | e9998ce5b7a7 |
UHC | 陌巧 | 11011000111010001100111011100101 | d8e8cee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)