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 | ??¿? | 00111111001111111011111100111111 | 3f3fbf3f |
| SJIS-WIN | 憶??冶 | 100010011010111100111111001111111001011011101000 | 89af3f3f96e8 |
| EUC-JP | 憶?¿冶 | 1011001010110001001111111000111110100010110001001100110011101010 | b2b13f8fa2c4ccea |
| UTF-8 | 憶당¿冶 | 1110011010000110101101101110101110001011101110011100001010111111111001011000011010110110 | e686b6eb8bb9c2bfe586b6 |
| UHC | 憶당¿冶 | 1110010111100011101101001110011110100010101011111110010110100111 | e5e3b4e7a2afe5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)