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 Þ÷rn}Þ÷rn{^ 1101111011110111011100100110111001111101110111101111011101110010011011100111101101011110 def7726e7ddef7726e7b5e
SJIS-WIN ?÷rn}?÷rn{^ 00111111100000011000000001110010011011100111110100111111100000011000000001110010011011100111101101011110 3f8180726e7d3f8180726e7b5e
EUC-JP Þ÷rn}Þ÷rn{^ 1000111110101001101100001010000111100000011100100110111001111101100011111010100110110000101000011110000001110010011011100111101101011110 8fa9b0a1e0726e7d8fa9b0a1e0726e7b5e
UTF-8 Þ÷rn}Þ÷rn{^ 110000111001111011000011101101110111001001101110011111011100001110011110110000111011011101110010011011100111101101011110 c39ec3b7726e7dc39ec3b7726e7b5e
UHC Þ÷rn}Þ÷rn{^ 101010001010110110100001110000000111001001101110011111011010100010101101101000011100000001110010011011100111101101011110 a8ada1c0726e7da8ada1c0726e7b5e

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