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 | 酎疳 | 10010010100100011110000101110000 | 9291e170 |
EUC-JP | 酎疳 | 11000011111100011110000111010001 | c3f1e1d1 |
UTF-8 | 酎疳 | 111010011000010110001110111001111001011010110011 | e9858ee796b3 |
UHC | 酎疳 | 11110001110011111100101011110111 | f1cfcaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)