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 | 蟾萌 | 11100101101101111001011001000111 | e5b79647 |
EUC-JP | 蟾萌 | 11101010101110011100101110101000 | eab9cba8 |
UTF-8 | 蟾萌 | 111010001001111110111110111010001001000010001100 | e89fbee8908c |
UHC | 蟾萌 | 11100000111010101101100011110000 | e0ead8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)