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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 驢オ^ | 11101001100001101011010101011110 | e986b55e |
| EUC-JP | 驢オ^ | 1111000111100110100011101011010101011110 | f1e68eb55e |
| UTF-8 | 驢オ^ | 11101001101010011010001011101111101111011011010101011110 | e9a9a2efbdb55e |
| UHC | 驢?^ | 11010101111100000011111101011110 | d5f03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)