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 ŽÌŽ­}ŽÌŽ­{^ 1000111011001100100011101010110101111101100011101100110010001110101011010111101101011110 8ecc8ead7d8ecc8ead7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ?Ì??}?Ì??{^ 001111111000111110101010110000000011111100111111011111010011111110001111101010101100000000111111001111110111101101011110 3f8faac03f3f7d3f8faac03f3f7b5e
UTF-8 ŽÌŽ­}ŽÌŽ­{^ 11000010100011101100001110001100110000101000111011000010101011010111110111000010100011101100001110001100110000101000111011000010101011010111101101011110 c28ec38cc28ec2ad7dc28ec38cc28ec2ad7b5e
UHC ???­}???­{^ 00111111001111110011111110100001101010010111110100111111001111110011111110100001101010010111101101011110 3f3f3fa1a97d3f3f3fa1a97b5e

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