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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 濔譬^ | 1110000001011101111001101010000001011110 | e05de6a05e |
| EUC-JP | 濔譬^ | 1101111110111110111011001010001001011110 | dfbeeca25e |
| UTF-8 | 濔譬^ | 11100110101111111001010011101000101011011010110001011110 | e6bf94e8adac5e |
| UHC | ?譬^ | 00111111110111101010011101011110 | 3fdea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)