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 ???^???D 0011111100111111001111110101111000111111001111110011111101000100 3f3f3f5e3f3f3f44
SJIS-WIN ?脹?^?脹?D 00111111100100101010111100111111010111100011111110010010101011110011111101000100 3f92af3f5e3f92af3f44
EUC-JP ?脹?^?脹?D 00111111110001001011000100111111010111100011111111000100101100010011111101000100 3fc4b13f5e3fc4b13f44
UTF-8 뤋脹₄^뤋脹찫D 1110101110100100100010111110100010000100101110011110001010000010100001000101111011101011101001001000101111101000100001001011100111101100101100001010101101000100 eba48be884b9e282845eeba48be884b9ecb0ab44
UHC 뤋脹₄^뤋脹찫D 1000111110111011111100111110110010101001111111100101111010001111101110111111001111101100101010100100010001000100 8fbbf3eca9fe5e8fbbf3ecaa4444

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