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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 貅ス魑ァ^ | 11100110101110101011110111101001101100111010011101011110 | e6babde9b3a75e |
| EUC-JP | 貅ス魑ァ^ | 111011001011110010001110101111011111001010110101100011101010011101011110 | ecbc8ebdf2b58ea75e |
| UTF-8 | 貅ス魑ァ^ | 11101000101100101000010111101111101111011011110111101001101011011001000111101111101111011010011101011110 | e8b285efbdbde9ad91efbda75e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)