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 | 篩藩 | 11100010101111111001010011001011 | e2bf94cb |
EUC-JP | 篩藩 | 11100100110000011100100011001101 | e4c1c8cd |
UTF-8 | 篩藩 | 111001111010111110101001111010001001011110101001 | e7afa9e897a9 |
UHC | 篩藩 | 11011110111010001101101111100111 | dee8dbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)