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 ‘³h‘³fN}‘³h‘³fN{^ 1001000110110011011010001001000110110011011001100100111001111101100100011011001101101000100100011011001101100110010011100111101101011110 91b36891b3664e7d91b36891b3664e7b5e
SJIS-WIN ??h??fN}??h??fN{^ 0011111100111111011010000011111100111111011001100100111001111101001111110011111101101000001111110011111101100110010011100111101101011110 3f3f683f3f664e7d3f3f683f3f664e7b5e
EUC-JP ??h??fN}??h??fN{^ 0011111100111111011010000011111100111111011001100100111001111101001111110011111101101000001111110011111101100110010011100111101101011110 3f3f683f3f664e7d3f3f683f3f664e7b5e
UTF-8 ‘³h‘³fN}‘³h‘³fN{^ 11000010100100011100001010110011011010001100001010010001110000101011001101100110010011100111110111000010100100011100001010110011011010001100001010010001110000101011001101100110010011100111101101011110 c291c2b368c291c2b3664e7dc291c2b368c291c2b3664e7b5e
UHC ?³h?³fN}?³h?³fN{^ 001111111010100111111000011010000011111110101001111110000110011001001110011111010011111110101001111110000110100000111111101010011111100001100110010011100111101101011110 3fa9f8683fa9f8664e7d3fa9f8683fa9f8664e7b5e

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