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 | ?p^ | 001111110111000001011110 | 3f705e |
| SJIS-WIN | 額p^ | 10001010011110100111000001011110 | 8a7a705e |
| EUC-JP | 額p^ | 10110011110110110111000001011110 | b3db705e |
| UTF-8 | 額p^ | 1110100110100001100011010111000001011110 | e9a18d705e |
| UHC | 額p^ | 11100100111111100111000001011110 | e4fe705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)