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‘lon}‘P‘lon{^ 100100010101000010010001011011000110111101101110011111011001000101010000100100010110110001101111011011100111101101011110 9150916c6f6e7d9150916c6f6e7b5e
SJIS-WIN ?P?lon}?P?lon{^ 001111110101000000111111011011000110111101101110011111010011111101010000001111110110110001101111011011100111101101011110 3f503f6c6f6e7d3f503f6c6f6e7b5e
EUC-JP ?P?lon}?P?lon{^ 001111110101000000111111011011000110111101101110011111010011111101010000001111110110110001101111011011100111101101011110 3f503f6c6f6e7d3f503f6c6f6e7b5e
UTF-8 ‘P‘lon}‘P‘lon{^ 11000010100100010101000011000010100100010110110001101111011011100111110111000010100100010101000011000010100100010110110001101111011011100111101101011110 c29150c2916c6f6e7dc29150c2916c6f6e7b5e
UHC ?P?lon}?P?lon{^ 001111110101000000111111011011000110111101101110011111010011111101010000001111110110110001101111011011100111101101011110 3f503f6c6f6e7d3f503f6c6f6e7b5e

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