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 | 10001000111010000011111101101100 | 88e83f6c |
EUC-JP | 郁?l | 10110000111010100011111101101100 | b0ea3f6c |
UTF-8 | 郁렪l | 11101001100000111000000111101011101000001010101001101100 | e98381eba0aa6c |
UHC | 郁렪l | 1110100111110100100011101011100001101100 | e9f48eb86c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)