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