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 | 煜?? | 11111011010101010011111100111111 | fb553f3f |
| EUC-JP | 煜?蔣 | 10001111110010011111110000111111100011111101100110110110 | 8fc9fc3f8fd9b6 |
| UTF-8 | 煜렎蔣 | 111001111000010110011100111010111010000010001110111010001001010010100011 | e7859ceba08ee894a3 |
| UHC | 煜렎蔣 | 111010011111001010001110101001001110110111111000 | e9f28ea4edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)