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 | 100110001110011101110100 | 98e774 |
EUC-JP | 倡t | 110100001110100101110100 | d0e974 |
UTF-8 | 倡t | 11100101100000001010000101110100 | e580a174 |
UHC | 倡t | 111100111101101101110100 | f3db74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)