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 | 蝣殻 | 11100101101000001000101001101011 | e5a08a6b |
EUC-JP | 蝣殻 | 11101010101000101011001111001100 | eaa2b3cc |
UTF-8 | 蝣殻 | 111010001001110110100011111001101010111010111011 | e89da3e6aebb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)