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 ꫱Þ꫱Ü^ 111010101010101110110001110111101110101010101011101100011101110001011110 eaabb1deeaabb1dc5e
SJIS-WIN ??±???±?^ 0011111100111111100000010111110100111111001111110011111110000001011111010011111101011110 3f3f817d3f3f3f817d3f5e
EUC-JP ê?±Þê?±Ü^ 10001111101010111011010000111111101000011101111010001111101010011011000010001111101010111011010000111111101000011101111010001111101010101110010001011110 8fabb43fa1de8fa9b08fabb43fa1de8faae45e
UTF-8 ꫱Þ꫱Ü^ 1100001110101010110000101010101111000010101100011100001110011110110000111010101011000010101010111100001010110001110000111001110001011110 c3aac2abc2b1c39ec3aac2abc2b1c39c5e
UHC ??±Þ??±?^ 001111110011111110100001101111101010100010101101001111110011111110100001101111100011111101011110 3f3fa1bea8ad3f3fa1be3f5e

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