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 | 001111110011111101000001 | 3f3f41 |
| EUC-JP | ??A | 001111110011111101000001 | 3f3f41 |
| UTF-8 | 횙횏A | 11101101100110101001100111101101100110101000111101000001 | ed9a99ed9a8f41 |
| UHC | 횙횏A | 1100001110010011110000111000101101000001 | c393c38b41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)