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 | 0011111101111001 | 3f79 |
SJIS-WIN | 尹y | 100110111001101001111001 | 9b9a79 |
EUC-JP | 尹y | 110101011111101001111001 | d5fa79 |
UTF-8 | 尹y | 11100101101100001011100101111001 | e5b0b979 |
UHC | 尹y | 111010111100010101111001 | ebc579 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)