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 | 潭咤 | 11100000010010111001101001000010 | e04b9a42 |
EUC-JP | 潭咤 | 11011111101011001101001110100011 | dfacd3a3 |
UTF-8 | 潭咤 | 111001101011110110101101111001011001001010100100 | e6bdade592a4 |
UHC | 潭咤 | 11010011110000011111011011100011 | d3c1f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)