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 | 析? | 100100001100110100111111 | 90cd3f |
| EUC-JP | 析侁 | 1100000011001111100011111011000011111100 | c0cf8fb0fc |
| UTF-8 | 析侁 | 111001101001111010010000111001001011111010000001 | e69e90e4be81 |
| UHC | 析侁 | 11100000101100001110001111100000 | e0b0e3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)