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 | èéE^ | 1110100011101001100101110100010101011110 | e8e997455e |
SJIS-WIN | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
EUC-JP | èé?E^ | 100011111010101110110010100011111010101110110001001111110100010101011110 | 8fabb28fabb13f455e |
UTF-8 | èéE^ | 1100001110101000110000111010100111000010100101110100010101011110 | c3a8c3a9c297455e |
UHC | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)