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 ’Y‘¤‘Ÿ’Z‘¥‘Ÿ^ 10010010010110011001000110100100100100011001111110010010010110101001000110100101100100011001111101011110 925991a4919f925a91a5919f5e
SJIS-WIN ?Y?????Z?¥??^ 0011111101011001001111110011111100111111001111110011111101011010001111111000000110001111001111110011111101011110 3f593f3f3f3f3f5a3f818f3f3f5e
EUC-JP ?Y?¤???Z????^ 001111110101100100111111100011111010001011110000001111110011111100111111010110100011111100111111001111110011111101011110 3f593f8fa2f03f3f3f5a3f3f3f3f5e
UTF-8 ’Y‘¤‘Ÿ’Z‘¥‘Ÿ^ 1100001010010010010110011100001010010001110000101010010011000010100100011100001010011111110000101001001001011010110000101001000111000010101001011100001010010001110000101001111101011110 c29259c291c2a4c291c29fc2925ac291c2a5c291c29f5e
UHC ?Y?¤???Z????^ 0011111101011001001111111010001010110100001111110011111100111111010110100011111100111111001111110011111101011110 3f593fa2b43f3f3f5a3f3f3f3f5e

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