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 | 蝟⑩ | 11100101100101101000011101001001 | e5968749 |
EUC-JP | 蝟? | 111010011111011000111111 | e9f63f |
UTF-8 | 蝟⑩ | 111010001001110110011111111000101001000110101001 | e89d9fe291a9 |
UHC | 蝟⑩ | 11101010110110101010100011110000 | eadaa8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)