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 | 衍?? | 10011111101001010011111100111111 | 9fa53f3f |
| EUC-JP | 衍?? | 11011110101001110011111100111111 | dea73f3f |
| UTF-8 | 衍됯턁 | 111010001010000110001101111010111001000010101111111011011000010010000001 | e8a18deb90afed8481 |
| UHC | 衍됯턁 | 111001101110001010001001111010101011010110011101 | e6e289eab59d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)