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 | ? | 00111111 | 3f |
| SJIS-WIN | 志 | 1000111001110101 | 8e75 |
| EUC-JP | 志 | 1011101111010110 | bbd6 |
| UTF-8 | 志 | 111001011011111110010111 | e5bf97 |
| UHC | 志 | 1111001010100100 | f2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)