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‘¢‘°] 10010010010110011001000110101100100100011011100110010010010110101001000110100010100100011011000001011101 925991ac91b9925a91a291b05d
SJIS-WIN ?Y?¬???Z?¢?°] 00111111010110010011111110000001110010100011111100111111001111110101101000111111100000011001000100111111100000011000101101011101 3f593f81ca3f3f3f5a3f81913f818b5d
EUC-JP ?Y?¬???Z?¢?°] 00111111010110010011111110100010110011000011111100111111001111110101101000111111101000011111000100111111101000011110101101011101 3f593fa2cc3f3f3f5a3fa1f13fa1eb5d
UTF-8 ’Y‘¬‘¹’Z‘¢‘°] 1100001010010010010110011100001010010001110000101010110011000010100100011100001010111001110000101001001001011010110000101001000111000010101000101100001010010001110000101011000001011101 c29259c291c2acc291c2b9c2925ac291c2a2c291c2b05d
UHC ?Y???¹?Z???°] 001111110101100100111111001111110011111110101001111101100011111101011010001111110011111100111111101000011100011001011101 3f593f3f3fa9f63f5a3f3f3fa1c65d

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