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‘l‘P‘l^ 11000010100100010101000011000010100100010110110011000010100100010101000011000010100100010110110001011110 c29150c2916cc29150c2916c5e
SJIS-WIN ??P??l??P??l^ 00111111001111110101000000111111001111110110110000111111001111110101000000111111001111110110110001011110 3f3f503f3f6c3f3f503f3f6c5e
EUC-JP Â?PÂ?lÂ?PÂ?l^ 100011111010101010100100001111110101000010001111101010101010010000111111011011001000111110101010101001000011111101010000100011111010101010100100001111110110110001011110 8faaa43f508faaa43f6c8faaa43f508faaa43f6c5e
UTF-8 ‘P‘l‘P‘l^ 110000111000001011000010100100010101000011000011100000101100001010010001011011001100001110000010110000101001000101010000110000111000001011000010100100010110110001011110 c382c29150c382c2916cc382c29150c382c2916c5e
UHC ??P??l??P??l^ 00111111001111110101000000111111001111110110110000111111001111110101000000111111001111110110110001011110 3f3f503f3f6c3f3f503f3f6c5e

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