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 | ?渟? | 00111111100111111101100100111111 | 3f9fd93f |
| EUC-JP | ?渟? | 00111111110111101101101100111111 | 3fdedb3f |
| UTF-8 | 뤺渟뇜 | 111010111010010010111010111001101011100010011111111010111000011110011100 | eba4bae6b89feb879c |
| UHC | 뤺渟뇜 | 100011111110100011101111111001011011001111111101 | 8fe8efe5b3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)