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 ’@^‘·}’@^‘·{^ 10010010010000000101111010010001101101110111110110010010010000000101111010010001101101110111101101011110 92405e91b77d92405e91b77b5e
SJIS-WIN ?@^??}?@^??{^ 00111111010000000101111000111111001111110111110100111111010000000101111000111111001111110111101101011110 3f405e3f3f7d3f405e3f3f7b5e
EUC-JP ?@^??}?@^??{^ 00111111010000000101111000111111001111110111110100111111010000000101111000111111001111110111101101011110 3f405e3f3f7d3f405e3f3f7b5e
UTF-8 ’@^‘·}’@^‘·{^ 11000010100100100100000001011110110000101001000111000010101101110111110111000010100100100100000001011110110000101001000111000010101101110111101101011110 c292405ec291c2b77dc292405ec291c2b77b5e
UHC ?@^?·}?@^?·{^ 001111110100000001011110001111111010000110100100011111010011111101000000010111100011111110100001101001000111101101011110 3f405e3fa1a47d3f405e3fa1a47b5e

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