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 | àcl | 11100000011000111001010001101100 | e063946c |
SJIS-WIN | ?c?l | 00111111011000110011111101101100 | 3f633f6c |
EUC-JP | àc?l | 100011111010101110100010011000110011111101101100 | 8faba2633f6c |
UTF-8 | àcl | 110000111010000001100011110000101001010001101100 | c3a063c2946c |
UHC | ?c?l | 00111111011000110011111101101100 | 3f633f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)