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 | 贖晟 | 11100110110111001001110111101110 | e6dc9dee |
EUC-JP | 贖晟 | 11101100110111101101101011110000 | ecdedaf0 |
UTF-8 | 贖晟 | 111010001011010010010110111001101001100110011111 | e8b496e6999f |
UHC | 贖晟 | 11100001110110111110000011111001 | e1dbe0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)