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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
| EUC-JP | 旴旴B | 10001111110000011111000010001111110000011111000001000010 | 8fc1f08fc1f042 |
| UTF-8 | 旴旴B | 11100110100101111011010011100110100101111011010001000010 | e697b4e697b442 |
| UHC | 旴旴B | 1110100111011001111010011101100101000010 | e9d9e9d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)