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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
| SJIS-WIN | 蓖ゥE蓖ゥEB | 111001001110110110101001010001011110010011101101101010010100010101000010 | e4eda945e4eda94542 |
| EUC-JP | 蓖ゥE蓖ゥEB | 1110100011101111100011101010100101000101111010001110111110001110101010010100010101000010 | e8ef8ea945e8ef8ea94542 |
| UTF-8 | 蓖ゥE蓖ゥEB | 111010001001001110010110111011111011110110101001010001011110100010010011100101101110111110111101101010010100010101000010 | e89396efbda945e89396efbda94542 |
| UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)