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 ‘¼‘³L‘¼‘³L^ 1001000110111100100100011011001101001100100100011011110010010001101100110100110001011110 91bc91b34c91bc91b34c5e
SJIS-WIN ????L????L^ 0011111100111111001111110011111101001100001111110011111100111111001111110100110001011110 3f3f3f3f4c3f3f3f3f4c5e
EUC-JP ????L????L^ 0011111100111111001111110011111101001100001111110011111100111111001111110100110001011110 3f3f3f3f4c3f3f3f3f4c5e
UTF-8 ‘¼‘³L‘¼‘³L^ 11000010100100011100001010111100110000101001000111000010101100110100110011000010100100011100001010111100110000101001000111000010101100110100110001011110 c291c2bcc291c2b34cc291c2bcc291c2b34c5e
UHC ?¼?³L?¼?³L^ 001111111010100011111001001111111010100111111000010011000011111110101000111110010011111110101001111110000100110001011110 3fa8f93fa9f84c3fa8f93fa9f84c5e

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