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 | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
| SJIS-WIN | 偲叱偲璽w | 100011101100001110001110101101101000111011000011100011101010001101110111 | 8ec38eb68ec38ea377 |
| EUC-JP | 偲叱偲璽w | 101111001100010110111100101110001011110011000101101111001010010101110111 | bcc5bcb8bcc5bca577 |
| UTF-8 | 偲叱偲璽w | 11100101100000011011001011100101100011111011000111100101100000011011001011100111100100101011110101110111 | e581b2e58fb1e581b2e792bd77 |
| UHC | ?叱?璽w | 00111111111100101110101000111111110111111101111001110111 | 3ff2ea3fdfde77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)