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 ÞõÞïL}ÞõÞïL{^ 11011110111101011101111011101111010011000111110111011110111101011101111011101111010011000111101101011110 def5deef4c7ddef5deef4c7b5e
SJIS-WIN ????L}????L{^ 00111111001111110011111100111111010011000111110100111111001111110011111100111111010011000111101101011110 3f3f3f3f4c7d3f3f3f3f4c7b5e
EUC-JP ÞõÞïL}ÞõÞïL{^ 1000111110101001101100001000111110101011110110001000111110101001101100001000111110101011110000010100110001111101100011111010100110110000100011111010101111011000100011111010100110110000100011111010101111000001010011000111101101011110 8fa9b08fabd88fa9b08fabc14c7d8fa9b08fabd88fa9b08fabc14c7b5e
UTF-8 ÞõÞïL}ÞõÞïL{^ 110000111001111011000011101101011100001110011110110000111010111101001100011111011100001110011110110000111011010111000011100111101100001110101111010011000111101101011110 c39ec3b5c39ec3af4c7dc39ec3b5c39ec3af4c7b5e
UHC Þ?Þ?L}Þ?Þ?L{^ 1010100010101101001111111010100010101101001111110100110001111101101010001010110100111111101010001010110100111111010011000111101101011110 a8ad3fa8ad3f4c7da8ad3fa8ad3f4c7b5e

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