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 | 頷怎 | 11101000111101011001110010000011 | e8f59c83 |
| EUC-JP | 頷怎 | 11110000111101111101011111100011 | f0f7d7e3 |
| UTF-8 | 頷怎 | 111010011010000010110111111001101000000010001110 | e9a0b7e6808e |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)