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 | 疳酪 | 11100001011100001001011110001111 | e170978f |
EUC-JP | 疳酪 | 11100001110100011100110111101111 | e1d1cdef |
UTF-8 | 疳酪 | 111001111001011010110011111010011000010110101010 | e796b3e985aa |
UHC | 疳酪 | 11001010111101111101010110101100 | caf7d5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)