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 | 銷傘 | 11100111111101111000111001010000 | e7f78e50 |
EUC-JP | 銷傘 | 11101110111110011011101110110001 | eef9bbb1 |
UTF-8 | 銷傘 | 111010011000101010110111111001011000001010011000 | e98ab7e58298 |
UHC | 銷傘 | 11100001110100011101111110100001 | e1d1dfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)