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 | 襄丈 | 11100101111101011000111111100100 | e5f58fe4 |
| EUC-JP | 襄丈 | 11101010111101111011111011100110 | eaf7bee6 |
| UTF-8 | 襄丈 | 111010001010010110000100111001001011100010001000 | e8a584e4b888 |
| UHC | 襄丈 | 11100101110100011110110111011011 | e5d1eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)