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 | 蜃萌 | 11100101100001111001011001000111 | e5879647 |
EUC-JP | 蜃萌 | 11101001111001111100101110101000 | e9e7cba8 |
UTF-8 | 蜃萌 | 111010001001110010000011111010001001000010001100 | e89c83e8908c |
UHC | 蜃萌 | 11100011111100011101100011110000 | e3f1d8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)