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 | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | 殞賞A | 1001111101101101100011111101110001000001 | 9f6d8fdc41 |
| EUC-JP | 殞賞A | 1101110111001110101111101101111001000001 | ddcebede41 |
| UTF-8 | 殞賞A | 11100110101011101001111011101000101100111001111001000001 | e6ae9ee8b39e41 |
| UHC | 殞賞A | 1110100111111001110111111101101101000001 | e9f9dfdb41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)