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 | 愕?恂 | 1001110010110001001111111001110010010110 | 9cb13f9c96 |
| EUC-JP | 愕?恂 | 1101100010110011001111111101011111110110 | d8b33fd7f6 |
| UTF-8 | 愕栒恂 | 111001101000010010010101111001101010000010010010111001101000000110000010 | e68495e6a092e68182 |
| UHC | 愕栒恂 | 111001001100001111100010111000111110001011100001 | e4c3e2e3e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)