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‘°’AN}’A‘°’AN{^ 1001001001000001100100011011000010010010010000010100111001111101100100100100000110010001101100001001001001000001010011100111101101011110 924191b092414e7d924191b092414e7b5e
SJIS-WIN ?A?°?AN}?A?°?AN{^ 00111111010000010011111110000001100010110011111101000001010011100111110100111111010000010011111110000001100010110011111101000001010011100111101101011110 3f413f818b3f414e7d3f413f818b3f414e7b5e
EUC-JP ?A?°?AN}?A?°?AN{^ 00111111010000010011111110100001111010110011111101000001010011100111110100111111010000010011111110100001111010110011111101000001010011100111101101011110 3f413fa1eb3f414e7d3f413fa1eb3f414e7b5e
UTF-8 ’A‘°’AN}’A‘°’AN{^ 11000010100100100100000111000010100100011100001010110000110000101001001001000001010011100111110111000010100100100100000111000010100100011100001010110000110000101001001001000001010011100111101101011110 c29241c291c2b0c292414e7dc29241c291c2b0c292414e7b5e
UHC ?A?°?AN}?A?°?AN{^ 00111111010000010011111110100001110001100011111101000001010011100111110100111111010000010011111110100001110001100011111101000001010011100111101101011110 3f413fa1c63f414e7d3f413fa1c63f414e7b5e

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