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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
| SJIS-WIN | 巐廷ァクY | 11111010101101101001001011101100101001111011100001011001 | fab692eca7b859 |
| EUC-JP | 巐廷ァクY | 10001111101110111111100111000100111011101000111010100111100011101011100001011001 | 8fbbf9c4ee8ea78eb859 |
| UTF-8 | 巐廷ァクY | 11100101101101111001000011100101101110111011011111101111101111011010011111101111101111011011100001011001 | e5b790e5bbb7efbda7efbdb859 |
| UHC | ?廷??Y | 001111111110111111010101001111110011111101011001 | 3fefd53f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)