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 Á£À¾Á£À¾^ 110000011010001111000000101111101100000110100011110000001011111001011110 c1a3c0bec1a3c0be5e
SJIS-WIN ?£???£??^ 0011111110000001100100100011111100111111001111111000000110010010001111110011111101011110 3f81923f3f3f81923f3f5e
EUC-JP Á£À?Á£À?^ 10001111101010101010000110100001111100101000111110101010101000100011111110001111101010101010000110100001111100101000111110101010101000100011111101011110 8faaa1a1f28faaa23f8faaa1a1f28faaa23f5e
UTF-8 Á£À¾Á£À¾^ 1100001110000001110000101010001111000011100000001100001010111110110000111000000111000010101000111100001110000000110000101011111001011110 c381c2a3c380c2bec381c2a3c380c2be5e
UHC ???¾???¾^ 0011111100111111001111111010100011111010001111110011111100111111101010001111101001011110 3f3f3fa8fa3f3f3fa8fa5e

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