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 šxãÁ}šxãÁ{^ 1001101001111000111000111100000101111101100110100111100011100011110000010111101101011110 9a78e3c17d9a78e3c17b5e
SJIS-WIN ?x??}?x??{^ 0011111101111000001111110011111101111101001111110111100000111111001111110111101101011110 3f783f3f7d3f783f3f7b5e
EUC-JP ?xãÁ}?xãÁ{^ 00111111011110001000111110101011101010101000111110101010101000010111110100111111011110001000111110101011101010101000111110101010101000010111101101011110 3f788fabaa8faaa17d3f788fabaa8faaa17b5e
UTF-8 šxãÁ}šxãÁ{^ 1100001010011010011110001100001110100011110000111000000101111101110000101001101001111000110000111010001111000011100000010111101101011110 c29a78c3a3c3817dc29a78c3a3c3817b5e
UHC ?x??}?x??{^ 0011111101111000001111110011111101111101001111110111100000111111001111110111101101011110 3f783f3f7d3f783f3f7b5e

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