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 | ?^ | 0011111101011110 | 3f5e |
| SJIS-WIN | 夢^ | 100101101011001001011110 | 96b25e |
| EUC-JP | 夢^ | 110011001011010001011110 | ccb45e |
| UTF-8 | 夢^ | 11100101101001001010001001011110 | e5a4a25e |
| UHC | 夢^ | 110110011101001101011110 | d9d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)