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 ‘I‘B‘I‘B^ 11000010100100010100100111000010100100010100001011000010100100010100100111000010100100010100001001011110 c29149c29142c29149c291425e
SJIS-WIN ??I??B??I??B^ 00111111001111110100100100111111001111110100001000111111001111110100100100111111001111110100001001011110 3f3f493f3f423f3f493f3f425e
EUC-JP Â?IÂ?BÂ?IÂ?B^ 100011111010101010100100001111110100100110001111101010101010010000111111010000101000111110101010101001000011111101001001100011111010101010100100001111110100001001011110 8faaa43f498faaa43f428faaa43f498faaa43f425e
UTF-8 ‘I‘B‘I‘B^ 110000111000001011000010100100010100100111000011100000101100001010010001010000101100001110000010110000101001000101001001110000111000001011000010100100010100001001011110 c382c29149c382c29142c382c29149c382c291425e
UHC ??I??B??I??B^ 00111111001111110100100100111111001111110100001000111111001111110100100100111111001111110100001001011110 3f3f493f3f423f3f493f3f425e

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