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 | 裳蝎 | 10001111110101101110010110011001 | 8fd6e599 |
EUC-JP | 裳蝎 | 10111110110110001110100111111001 | bed8e9f9 |
UTF-8 | 裳蝎 | 111010001010001110110011111010001001110110001110 | e8a3b3e89d8e |
UHC | 裳蝎 | 11011111110101111100101011101001 | dfd7cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)