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 | 逍飩 | 11100111100101101110100101001010 | e796e94a |
EUC-JP | 逍飩 | 11101101111101101111000110101011 | edf6f1ab |
UTF-8 | 逍飩 | 111010011000000010001101111010011010001110101001 | e9808de9a3a9 |
UHC | 逍? | 111000011100111000111111 | e1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)