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 û@Á¼û@Á¼^ 111110110100000011000001101111001111101101000000110000011011110001011110 fb40c1bcfb40c1bc5e
SJIS-WIN ?@???@??^ 001111110100000000111111001111110011111101000000001111110011111101011110 3f403f3f3f403f3f5e
EUC-JP û@Á?û@Á?^ 1000111110101011111001010100000010001111101010101010000100111111100011111010101111100101010000001000111110101010101000010011111101011110 8fabe5408faaa13f8fabe5408faaa13f5e
UTF-8 û@Á¼û@Á¼^ 110000111011101101000000110000111000000111000010101111001100001110111011010000001100001110000001110000101011110001011110 c3bb40c381c2bcc3bb40c381c2bc5e
UHC ?@?¼?@?¼^ 0011111101000000001111111010100011111001001111110100000000111111101010001111100101011110 3f403fa8f93f403fa8f95e

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