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’P}Y’A’P}bE 10010010010000011001001001010000011111010101100110010010010000011001001001010000011111010110001001000101 924192507d59924192507d6245
SJIS-WIN ?A?P}Y?A?P}bE 00111111010000010011111101010000011111010101100100111111010000010011111101010000011111010110001001000101 3f413f507d593f413f507d6245
EUC-JP ?A?P}Y?A?P}bE 00111111010000010011111101010000011111010101100100111111010000010011111101010000011111010110001001000101 3f413f507d593f413f507d6245
UTF-8 ’A’P}Y’A’P}bE 1100001010010010010000011100001010010010010100000111110101011001110000101001001001000001110000101001001001010000011111010110001001000101 c29241c292507d59c29241c292507d6245
UHC ?A?P}Y?A?P}bE 00111111010000010011111101010000011111010101100100111111010000010011111101010000011111010110001001000101 3f413f507d593f413f507d6245

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