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 | 將?袁 | 1001101110010010001111111110010111001101 | 9b923fe5cd |
| EUC-JP | 將?袁 | 1101010111110010001111111110101011001111 | d5f23feacf |
| UTF-8 | 將렖袁 | 111001011011000010000111111010111010000010010110111010001010001010000001 | e5b087eba096e8a281 |
| UHC | 將렖袁 | 111011011110001010001110101010111110101010111110 | ede28eabeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)