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 | 陌菩 | 11101000100110011001010111101100 | e89995ec |
EUC-JP | 陌菩 | 11101111111110011100101011101110 | eff9caee |
UTF-8 | 陌菩 | 111010011001100110001100111010001000111110101001 | e9998ce88fa9 |
UHC | 陌菩 | 11011000111010001101110011001100 | d8e8dccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)