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 | ?豸鮓 | 0011111111100110101101101110100110110110 | 3fe6b6e9b6 |
| EUC-JP | 涔豸鮓 | 10001111110001111100101011101100101110001111001010111000 | 8fc7caecb8f2b8 |
| UTF-8 | 涔豸鮓 | 111001101011011010010100111010001011000110111000111010011010111010010011 | e6b694e8b1b8e9ae93 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)