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 | 蝸哂 | 11100101100101111001101001000001 | e5979a41 |
| EUC-JP | 蝸哂 | 11101001111101111101001110100010 | e9f7d3a2 |
| UTF-8 | 蝸哂 | 111010001001110110111000111001011001001110000010 | e89db8e59382 |
| UHC | 蝸? | 111010001100010000111111 | e8c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)