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 | 10011011100011000011111101101100 | 9b8c3f6c |
EUC-JP | 寥?l | 11010101111011000011111101101100 | d5ec3f6c |
UTF-8 | 寥렔l | 11100101101011111010010111101011101000001001010001101100 | e5afa5eba0946c |
UHC | 寥렔l | 1110100011101111100011101010100101101100 | e8ef8ea96c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)