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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 酌韃杓 | 100011101101111011101000111001011000111011011011 | 8edee8e58edb |
| EUC-JP | 酌韃杓 | 101111001110000011110000111001111011110011011101 | bce0f0e7bcdd |
| UTF-8 | 酌韃杓 | 111010011000010110001100111010011001111110000011111001101001110110010011 | e9858ce99f83e69d93 |
| UHC | 酌?杓 | 1110110111001100001111111111100011110101 | edcc3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)