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 | 辜√ | 11100111100000111000000111100011 | e78381e3 |
| EUC-JP | 辜√ | 11101101111000111010001011100101 | ede3a2e5 |
| UTF-8 | 辜√ | 111010001011111010011100111000101000100010011010 | e8be9ce2889a |
| UHC | 辜√ | 11001101110100001010000111101110 | cdd0a1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)