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 ŽÝŽ¢ŽÝŽ¢^ 100011101101110110001110101000101000111011011101100011101010001001011110 8edd8ea28edd8ea25e
SJIS-WIN ???¢???¢^ 0011111100111111001111111000000110010001001111110011111100111111100000011001000101011110 3f3f3f81913f3f3f81915e
EUC-JP ?Ý?¢?Ý?¢^ 001111111000111110101010111100100011111110100001111100010011111110001111101010101111001000111111101000011111000101011110 3f8faaf23fa1f13f8faaf23fa1f15e
UTF-8 ŽÝŽ¢ŽÝŽ¢^ 1100001010001110110000111001110111000010100011101100001010100010110000101000111011000011100111011100001010001110110000101010001001011110 c28ec39dc28ec2a2c28ec39dc28ec2a25e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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