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 | 杞衣 | 10011110010110001000100011011111 | 9e5888df |
EUC-JP | 杞衣 | 11011011101110011011000011100001 | dbb9b0e1 |
UTF-8 | 杞衣 | 111001101001110110011110111010001010000110100011 | e69d9ee8a1a3 |
UHC | 杞衣 | 11010001101000111110101111111101 | d1a3ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)