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 | 逞削梓 | 111001111001011110001101111011011000100010110010 | e7978ded88b2 |
| EUC-JP | 逞削梓 | 111011011111011110111010111011111011000010110100 | edf7baefb0b4 |
| UTF-8 | 逞削梓 | 111010011000000010011110111001011000100110001010111001101010001010010011 | e9809ee5898ae6a293 |
| UHC | 逞削梓 | 110101101100000111011110111110111110111010101001 | d6c1defbeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)