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 | 牋窶 | 11100000101011101110001010000000 | e0aee280 |
| EUC-JP | 牋窶 | 11100000101100001110001111100000 | e0b0e3e0 |
| UTF-8 | 牋窶 | 111001111000100110001011111001111010101010110110 | e7898be7aab6 |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)