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 | 蒸萌 | 10001111111101101001011001000111 | 8ff69647 |
EUC-JP | 蒸萌 | 10111110111110001100101110101000 | bef8cba8 |
UTF-8 | 蒸萌 | 111010001001001010111000111010001001000010001100 | e892b8e8908c |
UHC | 蒸萌 | 11110001111110101101100011110000 | f1fad8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)