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 | 邨ィ^ | 11100111101101011010100001011110 | e7b5a85e |
| EUC-JP | 邨ィ^ | 1110111010110111100011101010100001011110 | eeb78ea85e |
| UTF-8 | 邨ィ^ | 11101001100000101010100011101111101111011010100001011110 | e982a8efbda85e |
| UHC | 邨?^ | 11110101101111100011111101011110 | f5be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)