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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ?善 | 001111111001000101010000 | 3f9150 |
| EUC-JP | ?善 | 001111111100000110110001 | 3fc1b1 |
| UTF-8 | 卨善 | 111001011000110110101000111001011001011010000100 | e58da8e59684 |
| UHC | 卨善 | 11100000110110011110000010111100 | e0d9e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)