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 ’@f’Ex}’@f’Ex{^ 100100100100000001100110100100100100010101111000011111011001001001000000011001101001001001000101011110000111101101011110 9240669245787d9240669245787b5e
SJIS-WIN ?@f?Ex}?@f?Ex{^ 001111110100000001100110001111110100010101111000011111010011111101000000011001100011111101000101011110000111101101011110 3f40663f45787d3f40663f45787b5e
EUC-JP ?@f?Ex}?@f?Ex{^ 001111110100000001100110001111110100010101111000011111010011111101000000011001100011111101000101011110000111101101011110 3f40663f45787d3f40663f45787b5e
UTF-8 ’@f’Ex}’@f’Ex{^ 11000010100100100100000001100110110000101001001001000101011110000111110111000010100100100100000001100110110000101001001001000101011110000111101101011110 c2924066c29245787dc2924066c29245787b5e
UHC ?@f?Ex}?@f?Ex{^ 001111110100000001100110001111110100010101111000011111010011111101000000011001100011111101000101011110000111101101011110 3f40663f45787d3f40663f45787b5e

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