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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | ?ケ?・A | 0011111110111001001111111010010101000001 | 3fb93fa541 |
| EUC-JP | ?ケ?・A | 00111111100011101011100100111111100011101010010101000001 | 3f8eb93f8ea541 |
| UTF-8 | ケ・A | 11101110101111001011110011101111101111011011100111101110101111001011110011101111101111011010010101000001 | eebcbcefbdb9eebcbcefbda541 |
| UHC | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)