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 | 謗j稀纉 | 1110011010001110100000101000101010001011010010001110001110010011 | e68e828a8b48e393 |
| EUC-JP | 謗j稀纉 | 1110101111101110101000111110101010110101101010011110010111110011 | ebeea3eab5a9e5f3 |
| UTF-8 | 謗j稀纉 | 111010001010110010010111111011111011110110001010111001111010100010000000111001111011101010001001 | e8ac97efbd8ae7a880e7ba89 |
| UHC | 謗j稀? | 11011011101111111010001111101010111111011111110000111111 | dbbfa3eafdfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)