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 | 邀殖 | 11100111101100011001000001000010 | e7b19042 |
| EUC-JP | 邀殖 | 11101110101100111011111110100011 | eeb3bfa3 |
| UTF-8 | 邀殖 | 111010011000001010000000111001101010111010010110 | e98280e6ae96 |
| UHC | 邀殖 | 11101001101011011110001111010110 | e9ade3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)