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 | 111011101101000101101100 | eed16c |
SJIS-WIN | ??l | 001111110011111101101100 | 3f3f6c |
EUC-JP | îÑl | 10001111101010111100001010001111101010101101000001101100 | 8fabc28faad06c |
UTF-8 | îÑl | 1100001110101110110000111001000101101100 | c3aec3916c |
UHC | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)