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 | ??I | 001111110011111101001001 | 3f3f49 |
| SJIS-WIN | 赳ュI | 11100110111000001010110101001001 | e6e0ad49 |
| EUC-JP | 赳ュI | 1110110011100010100011101010110101001001 | ece28ead49 |
| UTF-8 | 赳ュI | 11101000101101011011001111101111101111011010110101001001 | e8b5b3efbdad49 |
| UHC | 赳?I | 11010000101011110011111101001001 | d0af3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)