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 | 0011111101101100 | 3f6c |
EUC-JP | ?l | 0011111101101100 | 3f6c |
UTF-8 | 靈l | 11101111101001101011001101101100 | efa6b36c |
UHC | 靈l | 111001111100111101101100 | e7cf6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)