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 ْٖLْٖL^ 1001111111110001100111111110110101001100100111111111000110011111111011010100110001011110 9ff19fed4c9ff19fed4c5e
SJIS-WIN ????L????L^ 0011111100111111001111110011111101001100001111110011111100111111001111110100110001011110 3f3f3f3f4c3f3f3f3f4c5e
EUC-JP ?ñ?íL?ñ?íL^ 00111111100011111010101111010000001111111000111110101011101111110100110000111111100011111010101111010000001111111000111110101011101111110100110001011110 3f8fabd03f8fabbf4c3f8fabd03f8fabbf4c5e
UTF-8 ْٖLْٖL^ 11000010100111111100001110110001110000101001111111000011101011010100110011000010100111111100001110110001110000101001111111000011101011010100110001011110 c29fc3b1c29fc3ad4cc29fc3b1c29fc3ad4c5e
UHC ????L????L^ 0011111100111111001111110011111101001100001111110011111100111111001111110100110001011110 3f3f3f3f4c3f3f3f3f4c5e

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