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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??西 | 00111111001111111001000010111100 | 3f3f90bc |
| EUC-JP | ??西 | 00111111001111111100000010111110 | 3f3fc0be |
| UTF-8 | 렮롘西 | 111010111010000010101110111010111010000110011000111010001010010110111111 | eba0aeeba198e8a5bf |
| UHC | 렮롘西 | 100011101011101110001110110111001110000010100100 | 8ebb8edce0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)