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 ??A}??A{^ 001111110011111101000001011111010011111100111111010000010111101101011110 3f3f417d3f3f417b5e
SJIS-WIN ツ端A}ツ端A{^ 1100001010010010010110110100000101111101110000101001001001011011010000010111101101011110 c2925b417dc2925b417b5e
EUC-JP ツ端A}ツ端A{^ 10001110110000101100001110111100010000010111110110001110110000101100001110111100010000010111101101011110 8ec2c3bc417d8ec2c3bc417b5e
UTF-8 ツ端A}ツ端A{^ 1110111110111110100000101110011110101011101011110100000101111101111011111011111010000010111001111010101110101111010000010111101101011110 efbe82e7abaf417defbe82e7abaf417b5e
UHC ?端A}?端A{^ 0011111111010011101011100100000101111101001111111101001110101110010000010111101101011110 3fd3ae417d3fd3ae417b5e

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