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 | 111001001110100101101100 | e4e96c |
EUC-JP | 蓚l | 111010001110101101101100 | e8eb6c |
UTF-8 | 蓚l | 11101000100100111001101001101100 | e8939a6c |
UHC | 蓚l | 111000101011111001101100 | e2be6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)