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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 因??因?? | 1000100011110110001111110011111110001000111101100011111100111111 | 88f63f3f88f63f3f |
| EUC-JP | 因??因?? | 1011000011111000001111110011111110110000111110000011111100111111 | b0f83f3fb0f83f3f |
| UTF-8 | 因손셉因손셉 | 111001011001101110100000111011001000011010010000111011001000010110001001111001011001101110100000111011001000011010010000111011001000010110001001 | e59ba0ec8690ec8589e59ba0ec8690ec8589 |
| UHC | 因손셉因손셉 | 111011001101011110111100110101011011110011000001111011001101011110111100110101011011110011000001 | ecd7bcd5bcc1ecd7bcd5bcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)