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 | 凖迯 | 10011001110000111110011110001101 | 99c3e78d |
EUC-JP | 凖迯 | 11010010110001011110110111101101 | d2c5eded |
UTF-8 | 凖迯 | 111001011000011110010110111010001011111110101111 | e58796e8bfaf |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)