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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 袗 | 11100101110101011111001010100001 | e5d5f2a1 |
| EUC-JP | 袗? | 111010101101011100111111 | ead73f |
| UTF-8 | 袗 | 111010001010001010010111111011101000011110011000 | e8a297ee8798 |
| UHC | 袗? | 111100101101111100111111 | f2df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)