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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 蠅?? | 11100101101000100011111100111111 | e5a23f3f |
| EUC-JP | 蠅?? | 11101010101001000011111100111111 | eaa43f3f |
| UTF-8 | 蠅땶랺 | 111010001010000010000101111010111001010110110110111010111001111010111010 | e8a085eb95b6eb9eba |
| UHC | 蠅땶랺 | 111000111011001010001011100011001000111001010011 | e3b28b8c8e53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)