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 | 疳浣 | 11100001011100001001111110101111 | e1709faf |
EUC-JP | 疳浣 | 11100001110100011101111010110001 | e1d1deb1 |
UTF-8 | 疳浣 | 111001111001011010110011111001101011010110100011 | e796b3e6b5a3 |
UHC | 疳浣 | 11001010111101111110100011001011 | caf7e8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)