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 | 紗叱^ | 1000111011010001100011101011011001011110 | 8ed18eb65e |
| EUC-JP | 紗叱^ | 1011110011010011101111001011100001011110 | bcd3bcb85e |
| UTF-8 | 紗叱^ | 11100111101101001001011111100101100011111011000101011110 | e7b497e58fb15e |
| UHC | 紗叱^ | 1101111011101001111100101110101001011110 | dee9f2ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)