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 | 逍盃 | 11100111100101101001010001110101 | e7969475 |
EUC-JP | 逍盃 | 11101101111101101100011111010110 | edf6c7d6 |
UTF-8 | 逍盃 | 111010011000000010001101111001111001101110000011 | e9808de79b83 |
UHC | 逍盃 | 11100001110011101101101111001101 | e1cedbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)