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 ¾ßðý¾ßðý^ 101111101101111111110000111111011011111011011111111100001111110101011110 bedff0fdbedff0fd5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ?ßðý?ßðý^ 001111111000111110101001110011101000111110101001110000111000111110101011111100100011111110001111101010011100111010001111101010011100001110001111101010111111001001011110 3f8fa9ce8fa9c38fabf23f8fa9ce8fa9c38fabf25e
UTF-8 ¾ßðý¾ßðý^ 1100001010111110110000111001111111000011101100001100001110111101110000101011111011000011100111111100001110110000110000111011110101011110 c2bec39fc3b0c3bdc2bec39fc3b0c3bd5e
UHC ¾ßð?¾ßð?^ 101010001111101010101001101011001010100110100011001111111010100011111010101010011010110010101001101000110011111101011110 a8faa9aca9a33fa8faa9aca9a33f5e

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