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 | 潁輒 | 10011111111100011110011101101011 | 9ff1e76b |
EUC-JP | 潁輒 | 11011110111100111110110111001100 | def3edcc |
UTF-8 | 潁輒 | 111001101011110110000001111010001011110010010010 | e6bd81e8bc92 |
UHC | 潁輒 | 11100111101110001111010011100101 | e7b8f4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)