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 ’J’Z‘ºn}’J’Z‘ºn{^ 1001001001001010100100100101101010010001101110100110111001111101100100100100101010010010010110101001000110111010011011100111101101011110 924a925a91ba6e7d924a925a91ba6e7b5e
SJIS-WIN ?J?Z??n}?J?Z??n{^ 0011111101001010001111110101101000111111001111110110111001111101001111110100101000111111010110100011111100111111011011100111101101011110 3f4a3f5a3f3f6e7d3f4a3f5a3f3f6e7b5e
EUC-JP ?J?Z?ºn}?J?Z?ºn{^ 001111110100101000111111010110100011111110001111101000101110101101101110011111010011111101001010001111110101101000111111100011111010001011101011011011100111101101011110 3f4a3f5a3f8fa2eb6e7d3f4a3f5a3f8fa2eb6e7b5e
UTF-8 ’J’Z‘ºn}’J’Z‘ºn{^ 11000010100100100100101011000010100100100101101011000010100100011100001010111010011011100111110111000010100100100100101011000010100100100101101011000010100100011100001010111010011011100111101101011110 c2924ac2925ac291c2ba6e7dc2924ac2925ac291c2ba6e7b5e
UHC ?J?Z?ºn}?J?Z?ºn{^ 00111111010010100011111101011010001111111010100010101100011011100111110100111111010010100011111101011010001111111010100010101100011011100111101101011110 3f4a3f5a3fa8ac6e7d3f4a3f5a3fa8ac6e7b5e

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