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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 違? | 100010001110000100111111 | 88e13f |
| EUC-JP | 違? | 101100001110001100111111 | b0e33f |
| UTF-8 | 違꼣 | 111010011000000110010101111010101011110010100011 | e98195eabca3 |
| UHC | 違꼣 | 11101010110111101000010001111010 | eade847a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)