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 ’ZP’@w}’ZP’@w{^ 100100100101101001010000100100100100000001110111011111011001001001011010010100001001001001000000011101110111101101011110 925a509240777d925a509240777b5e
SJIS-WIN ?ZP?@w}?ZP?@w{^ 001111110101101001010000001111110100000001110111011111010011111101011010010100000011111101000000011101110111101101011110 3f5a503f40777d3f5a503f40777b5e
EUC-JP ?ZP?@w}?ZP?@w{^ 001111110101101001010000001111110100000001110111011111010011111101011010010100000011111101000000011101110111101101011110 3f5a503f40777d3f5a503f40777b5e
UTF-8 ’ZP’@w}’ZP’@w{^ 11000010100100100101101001010000110000101001001001000000011101110111110111000010100100100101101001010000110000101001001001000000011101110111101101011110 c2925a50c29240777dc2925a50c29240777b5e
UHC ?ZP?@w}?ZP?@w{^ 001111110101101001010000001111110100000001110111011111010011111101011010010100000011111101000000011101110111101101011110 3f5a503f40777d3f5a503f40777b5e

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