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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 荐種集 | 111001001010011010001110111011011000111101010111 | e4a68eed8f57 |
| EUC-JP | 荐種集 | 111010001010100010111100111011111011110110111000 | e8a8bcefbdb8 |
| UTF-8 | 荐種集 | 111010001000110110010000111001111010100010101110111010011001101110000110 | e88d90e7a8aee99b86 |
| UHC | ?種集 | 0011111111110000111110101111001110100010 | 3ff0faf3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)