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 | 豈楠蒼 | 111001101010111110010011111011011001000110010011 | e6af93ed9193 |
| EUC-JP | 豈楠蒼 | 111011001011000111000110111011111100000111110011 | ecb1c6efc1f3 |
| UTF-8 | 豈楠蒼 | 111010001011000110001000111001101010010110100000111010001001001010111100 | e8b188e6a5a0e892bc |
| UHC | 豈楠蒼 | 110100011100001011010001111110001111001111101111 | d1c2d1f8f3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)