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 | ? | 00111111 | 3f |
| SJIS-WIN | 倒 | 1001001101111100 | 937c |
| EUC-JP | 倒 | 1100010111011101 | c5dd |
| UTF-8 | 倒 | 111001011000000010010010 | e58092 |
| UHC | 倒 | 1101001111101110 | d3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)