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 | ½ß | 1011110111011111 | bddf |
| SJIS-WIN | ?? | 0011111100111111 | 3f3f |
| EUC-JP | ?ß | 00111111100011111010100111001110 | 3f8fa9ce |
| UTF-8 | ½ß | 11000010101111011100001110011111 | c2bdc39f |
| UHC | ½ß | 10101000111101101010100110101100 | a8f6a9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)