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 | 獨犧 | 11100000110101011110000010111000 | e0d5e0b8 |
| EUC-JP | 獨犧 | 11100000110101111110000010111010 | e0d7e0ba |
| UTF-8 | 獨犧 | 111001111000110110101000111001111000101010100111 | e78da8e78aa7 |
| UHC | 獨犧 | 11010100101111001111110111111010 | d4bcfdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)