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 | 羈褐款 | 111000111011000110001010100011001000101010111100 | e3b18a8c8abc |
| EUC-JP | 羈褐款 | 111001101011001110110011111011001011010010111110 | e6b3b3ecb4be |
| UTF-8 | 羈褐款 | 111001111011111010001000111010001010010010010000111001101010110010111110 | e7be88e8a490e6acbe |
| UHC | 羈褐款 | 110100011011110011001010111010001100111010110011 | d1bccae8ceb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)