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 ãP’}ãP’{^ 1110001101010000100011111001001001111101111000110101000010001111100100100111101101011110 e3508f927de3508f927b5e
SJIS-WIN ?P??}?P??{^ 0011111101010000001111110011111101111101001111110101000000111111001111110111101101011110 3f503f3f7d3f503f3f7b5e
EUC-JP ãP??}ãP??{^ 100011111010101110101010010100000011111100111111011111011000111110101011101010100101000000111111001111110111101101011110 8fabaa503f3f7d8fabaa503f3f7b5e
UTF-8 ãP’}ãP’{^ 1100001110100011010100001100001010001111110000101001001001111101110000111010001101010000110000101000111111000010100100100111101101011110 c3a350c28fc2927dc3a350c28fc2927b5e
UHC ?P??}?P??{^ 0011111101010000001111110011111101111101001111110101000000111111001111110111101101011110 3f503f3f7d3f503f3f7b5e

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