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 | 邀濬 | 11100111101100011110000001011100 | e7b1e05c |
| EUC-JP | 邀濬 | 11101110101100111101111110111101 | eeb3dfbd |
| UTF-8 | 邀濬 | 111010011000001010000000111001101011111110101100 | e98280e6bfac |
| UHC | 邀濬 | 11101001101011011111000111011111 | e9adf1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)