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 | 裸 | 1001011110000111 | 9787 |
| EUC-JP | 裸 | 1100110111100111 | cde7 |
| UTF-8 | 裸 | 111010001010001110111000 | e8a3b8 |
| UHC | 裸 | 1101010110100011 | d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)