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 | 嘗蕋 | 10001111101001101110010101000010 | 8fa6e542 |
| EUC-JP | 嘗蕋 | 10111110101010001110100110100011 | bea8e9a3 |
| UTF-8 | 嘗蕋 | 111001011001100010010111111010001001010110001011 | e59897e8958b |
| UHC | 嘗? | 110111111100010000111111 | dfc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)