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 | 粽罘 | 111000101110111011110010101111001110001110100111 | e2eef2bce3a7 |
| EUC-JP | 粽?罘 | 1110010011110000001111111110011010101001 | e4f03fe6a9 |
| UTF-8 | 粽罘 | 111001111011001010111101111011101000011110110011111001111011110110011000 | e7b2bdee87b3e7bd98 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)