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 ‘þBon}‘þBon{^ 10010001111111100100001001101111011011100111110110010001111111100100001001101111011011100111101101011110 91fe426f6e7d91fe426f6e7b5e
SJIS-WIN ??Bon}??Bon{^ 00111111001111110100001001101111011011100111110100111111001111110100001001101111011011100111101101011110 3f3f426f6e7d3f3f426f6e7b5e
EUC-JP ?þBon}?þBon{^ 0011111110001111101010011101000001000010011011110110111001111101001111111000111110101001110100000100001001101111011011100111101101011110 3f8fa9d0426f6e7d3f8fa9d0426f6e7b5e
UTF-8 ‘þBon}‘þBon{^ 1100001010010001110000111011111001000010011011110110111001111101110000101001000111000011101111100100001001101111011011100111101101011110 c291c3be426f6e7dc291c3be426f6e7b5e
UHC ?þBon}?þBon{^ 001111111010100110101101010000100110111101101110011111010011111110101001101011010100001001101111011011100111101101011110 3fa9ad426f6e7d3fa9ad426f6e7b5e

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