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 | 梅 | 1001010001111110 | 947e |
| EUC-JP | 梅 | 1100011111011111 | c7df |
| UTF-8 | 梅 | 111001101010001010000101 | e6a285 |
| UHC | 梅 | 1101100011011110 | d8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)