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 | ä I | 111001001000001010001001100001011000001101001001 | e48289858349 |
| SJIS-WIN | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
| EUC-JP | ä????I | 1000111110101011101000110011111100111111001111110011111101001001 | 8faba33f3f3f3f49 |
| UTF-8 | ä I | 1100001110100100110000101000001011000010100010011100001010000101110000101000001101001001 | c3a4c282c289c285c28349 |
| UHC | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)