To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?e 0011111101100101 3f65
SJIS-WIN 蓉e 100101110111010101100101 977565
EUC-JP 蓉e 110011011101011001100101 cdd665
UTF-8 蓉e 11101000100100111000100101100101 e8938965
UHC 蓉e 111010011100100001100101 e9c865

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)