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 | 11100100110011100011111101000001 | e4ce3f41 |
| EUC-JP | 萸?A | 11101000110100000011111101000001 | e8d03f41 |
| UTF-8 | 萸멌A | 11101000100100001011100011101011101010011000110001000001 | e890b8eba98c41 |
| UHC | 萸멌A | 1110101110101101100100010100001101000001 | ebad914341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)