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 ْٖzْٖzB 1001111111110001100111111110110101111010100111111111000110011111111011010111101001000010 9ff19fed7a9ff19fed7a42
SJIS-WIN ????z????zB 0011111100111111001111110011111101111010001111110011111100111111001111110111101001000010 3f3f3f3f7a3f3f3f3f7a42
EUC-JP ?ñ?íz?ñ?ízB 00111111100011111010101111010000001111111000111110101011101111110111101000111111100011111010101111010000001111111000111110101011101111110111101001000010 3f8fabd03f8fabbf7a3f8fabd03f8fabbf7a42
UTF-8 ْٖzْٖzB 11000010100111111100001110110001110000101001111111000011101011010111101011000010100111111100001110110001110000101001111111000011101011010111101001000010 c29fc3b1c29fc3ad7ac29fc3b1c29fc3ad7a42
UHC ????z????zB 0011111100111111001111110011111101111010001111110011111100111111001111110111101001000010 3f3f3f3f7a3f3f3f3f7a42

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