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 | ¡¾x | 101000011011111001111000 | a1be78 |
SJIS-WIN | ??x | 001111110011111101111000 | 3f3f78 |
EUC-JP | ¡?x | 1000111110100010110000100011111101111000 | 8fa2c23f78 |
UTF-8 | ¡¾x | 1100001010100001110000101011111001111000 | c2a1c2be78 |
UHC | ¡¾x | 1010001010101110101010001111101001111000 | a2aea8fa78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)