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 | 酌隘 | 111100001011110110001110110111101110100010100101 | f0bd8edee8a5 |
| EUC-JP | ?酌隘 | 0011111110111100111000001111000010100111 | 3fbce0f0a7 |
| UTF-8 | 酌隘 | 111011101000000110111100111010011000010110001100111010011001101010011000 | ee81bce9858ce99a98 |
| UHC | ?酌隘 | 0011111111101101110011001110010011110110 | 3fedcce4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)