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 | 賈隍賈 | 111001101100100111101000101001001110011011001001 | e6c9e8a4e6c9 |
| EUC-JP | 賈隍賈 | 111011001100101111110000101001101110110011001011 | eccbf0a6eccb |
| UTF-8 | 賈隍賈 | 111010001011001110001000111010011001101010001101111010001011001110001000 | e8b388e99a8de8b388 |
| UHC | 賈隍賈 | 110010101011100111111100110110111100101010111001 | cab9fcdbcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)