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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 魑ァ蝓キA | 11101001101100111010011111100101100111111011011101000001 | e9b3a7e59fb741 |
| EUC-JP | 魑ァ蝓キA | 111100101011010110001110101001111110101010100001100011101011011101000001 | f2b58ea7eaa18eb741 |
| UTF-8 | 魑ァ蝓キA | 11101001101011011001000111101111101111011010011111101000100111011001001111101111101111011011011101000001 | e9ad91efbda7e89d93efbdb741 |
| UHC | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)