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 | 潁穢滸 | 100111111111000111100010011100011001111111110101 | 9ff1e2719ff5 |
| EUC-JP | 潁穢滸 | 110111101111001111100011110100101101111011110111 | def3e3d2def7 |
| UTF-8 | 潁穢滸 | 111001101011110110000001111001111010100110100010111001101011101110111000 | e6bd81e7a9a2e6bbb8 |
| UHC | 潁穢滸 | 111001111011100011100111110110111111101111001010 | e7b8e7dbfbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)