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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ?ч?^ | 0011111110000100100010010011111101011110 | 3f84893f5e |
| EUC-JP | ?ч?^ | 0011111110100111111010010011111101011110 | 3fa7e93f5e |
| UTF-8 | 驪ч웼^ | 111011111010011010000111110100011000011111101100100110111011110001011110 | efa687d187ec9bbc5e |
| UHC | 驪ч웼^ | 11100110101011111010110011101001100111111000100001011110 | e6aface99f885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)