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 | ?l | 0011111101101100 | 3f6c |
SJIS-WIN | 叩l | 100100100100000001101100 | 92406c |
EUC-JP | 叩l | 110000111010000101101100 | c3a16c |
UTF-8 | 叩l | 11100101100011111010100101101100 | e58fa96c |
UHC | 叩l | 110011011011000001101100 | cdb06c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)