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 | 酌韃者 | 100011101101111011101000111001011000111011010010 | 8edee8e58ed2 |
| EUC-JP | 酌韃者 | 101111001110000011110000111001111011110011010100 | bce0f0e7bcd4 |
| UTF-8 | 酌韃者 | 111010011000010110001100111010011001111110000011111010001000000010000101 | e9858ce99f83e88085 |
| UHC | 酌?者 | 1110110111001100001111111110110110111010 | edcc3fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)