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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 贄贄^ | 1110011011010001111001101101000101011110 | e6d1e6d15e |
EUC-JP | 贄贄^ | 1110110011010011111011001101001101011110 | ecd3ecd35e |
UTF-8 | 贄贄^ | 11101000101101001000010011101000101101001000010001011110 | e8b484e8b4845e |
UHC | 贄贄^ | 1111001010111110111100101011111001011110 | f2bef2be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)