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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 穩??? | 1110001001110010001111110011111100111111 | e2723f3f3f |
| EUC-JP | 穩??旿 | 11100011110100110011111100111111100011111100000111110100 | e3d33f3f8fc1f4 |
| UTF-8 | 穩븝숯旿 | 111001111010100110101001111010111011100010011101111011001000100010101111111001101001011110111111 | e7a9a9ebb89dec88afe697bf |
| UHC | 穩븝숯旿 | 1110100010110001101110101110111110111101101000011110011111111010 | e8b1baefbda1e7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)