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 | ¡¾P | 101000011011111001010000 | a1be50 |
SJIS-WIN | ??P | 001111110011111101010000 | 3f3f50 |
EUC-JP | ¡?P | 1000111110100010110000100011111101010000 | 8fa2c23f50 |
UTF-8 | ¡¾P | 1100001010100001110000101011111001010000 | c2a1c2be50 |
UHC | ¡¾P | 1010001010101110101010001111101001010000 | a2aea8fa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)