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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 射勺^ | 1000111011001011100011101101100101011110 | 8ecb8ed95e |
| EUC-JP | 射勺^ | 1011110011001101101111001101101101011110 | bccdbcdb5e |
| UTF-8 | 射勺^ | 11100101101100001000010011100101100010111011101001011110 | e5b084e58bba5e |
| UHC | 射勺^ | 1101111011010010111011011100001101011110 | ded2edc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)