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 ƒ M}ƒ M{^ 1000001110100000100000010100110101111101100000111010000010000001010011010111101101011110 83a0814d7d83a0814d7b5e
SJIS-WIN ???M}???M{^ 0011111100111111001111110100110101111101001111110011111100111111010011010111101101011110 3f3f3f4d7d3f3f3f4d7b5e
EUC-JP ???M}???M{^ 0011111100111111001111110100110101111101001111110011111100111111010011010111101101011110 3f3f3f4d7d3f3f3f4d7b5e
UTF-8 ƒ M}ƒ M{^ 1100001010000011110000101010000011000010100000010100110101111101110000101000001111000010101000001100001010000001010011010111101101011110 c283c2a0c2814d7dc283c2a0c2814d7b5e
UHC ???M}???M{^ 0011111100111111001111110100110101111101001111110011111100111111010011010111101101011110 3f3f3f4d7d3f3f3f4d7b5e

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