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 | ?t | 0011111101110100 | 3f74 |
SJIS-WIN | 壞t | 100110101101001101110100 | 9ad374 |
EUC-JP | 壞t | 110101001101010101110100 | d4d574 |
UTF-8 | 壞t | 11100101101000111001111001110100 | e5a39e74 |
UHC | 壞t | 110011101101010101110100 | ced574 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)