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 | 萎??? | 1000100011011110001111110011111100111111 | 88de3f3f3f |
| EUC-JP | 萎??? | 1011000011100000001111110011111100111111 | b0e03f3f3f |
| UTF-8 | 萎롖롐롉 | 111010001001000010001110111010111010000110010110111010111010000110010000111010111010000110001001 | e8908eeba196eba190eba189 |
| UHC | 萎롖롐롉 | 1110101011010111100011101101101010001110110101101000111011001111 | ead78eda8ed68ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)