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 | 貅豎笘 | 111001101011101011100110101100011110001010011000 | e6bae6b1e298 |
| EUC-JP | 貅豎笘 | 111011001011110011101100101100111110001111111000 | ecbcecb3e3f8 |
| UTF-8 | 貅豎笘 | 111010001011001010000101111010001011000110001110111001111010110010011000 | e8b285e8b18ee7ac98 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)