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 | ?縟 | 001111111110001101110100 | 3fe374 |
| EUC-JP | ?縟 | 001111111110010111010101 | 3fe5d5 |
| UTF-8 | 뾸縟 | 111010111011111010111000111001111011100010011111 | ebbeb8e7b89f |
| UHC | 뾸縟 | 10010111011110101110100110110010 | 977ae9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)