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 | 訃營? | 1110011001011101100110100111101000111111 | e65d9a7a3f |
| EUC-JP | 訃營? | 1110101110111110110100111101101100111111 | ebbed3db3f |
| UTF-8 | 訃營▧ | 111010001010100010000011111001111000011110011111111000101001011010100111 | e8a883e7879fe296a7 |
| UHC | 訃營▧ | 110111011011010111100111101111011010001011001010 | ddb5e7bda2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)