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 | 逍絨 | 11100111100101101110001101001111 | e796e34f |
EUC-JP | 逍絨 | 11101101111101101110010110110000 | edf6e5b0 |
UTF-8 | 逍絨 | 111010011000000010001101111001111011010110101000 | e9808de7b5a8 |
UHC | 逍絨 | 11100001110011101110101111010110 | e1ceebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)