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 Ÿ÷—°Ÿ÷—°^ 100111111111011110010111101100001001111111110111100101111011000001011110 9ff797b09ff797b05e
SJIS-WIN ?÷?°?÷?°^ 00111111100000011000000000111111100000011000101100111111100000011000000000111111100000011000101101011110 3f81803f818b3f81803f818b5e
EUC-JP ?÷?°?÷?°^ 00111111101000011110000000111111101000011110101100111111101000011110000000111111101000011110101101011110 3fa1e03fa1eb3fa1e03fa1eb5e
UTF-8 Ÿ÷—°Ÿ÷—°^ 1100001010011111110000111011011111000010100101111100001010110000110000101001111111000011101101111100001010010111110000101011000001011110 c29fc3b7c297c2b0c29fc3b7c297c2b05e
UHC ?÷?°?÷?°^ 00111111101000011100000000111111101000011100011000111111101000011100000000111111101000011100011001011110 3fa1c03fa1c63fa1c03fa1c65e

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