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‘¢‘µ’D‘¢‘µ^ 10010010010001001001000110100010100100011011010110010010010001001001000110100010100100011011010101011110 924491a291b5924491a291b55e
SJIS-WIN ?D?¢???D?¢??^ 001111110100010000111111100000011001000100111111001111110011111101000100001111111000000110010001001111110011111101011110 3f443f81913f3f3f443f81913f3f5e
EUC-JP ?D?¢???D?¢??^ 001111110100010000111111101000011111000100111111001111110011111101000100001111111010000111110001001111110011111101011110 3f443fa1f13f3f3f443fa1f13f3f5e
UTF-8 ’D‘¢‘µ’D‘¢‘µ^ 1100001010010010010001001100001010010001110000101010001011000010100100011100001010110101110000101001001001000100110000101001000111000010101000101100001010010001110000101011010101011110 c29244c291c2a2c291c2b5c29244c291c2a2c291c2b55e
UHC ?D?????D????^ 00111111010001000011111100111111001111110011111100111111010001000011111100111111001111110011111101011110 3f443f3f3f3f3f443f3f3f3f5e

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