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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | ?? | 0011111100111111 | 3f3f |
| EUC-JP | ?? | 0011111100111111 | 3f3f |
| UTF-8 | 炡냄 | 111001111000001010100001111010111000001110000100 | e782a1eb8384 |
| UHC | 炡냄 | 11101111111010001011001110111111 | efe8b3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)