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 | 畸蝎 | 11100001011000101110010110011001 | e162e599 |
EUC-JP | 畸蝎 | 11100001110000111110100111111001 | e1c3e9f9 |
UTF-8 | 畸蝎 | 111001111001010110111000111010001001110110001110 | e795b8e89d8e |
UHC | 畸蝎 | 11010001101100011100101011101001 | d1b1cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)