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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 掌?^ | 10001111101101100011111101011110 | 8fb63f5e |
| EUC-JP | 掌?^ | 10111110101110000011111101011110 | beb83f5e |
| UTF-8 | 掌쉚^ | 11100110100011101000110011101100100010011001101001011110 | e68e8cec899a5e |
| UHC | 掌쉚^ | 1110110111100110100110100111000001011110 | ede69a705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)