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 üêüê[üêüê[^ 1111110011101010111111001110101001011011111111001110101011111100111010100101101101011110 fceafcea5bfceafcea5b5e
SJIS-WIN ????[????[^ 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 3f3f3f3f5b3f3f3f3f5b5e
EUC-JP üêüê[üêüê[^ 100011111010101111100100100011111010101110110100100011111010101111100100100011111010101110110100010110111000111110101011111001001000111110101011101101001000111110101011111001001000111110101011101101000101101101011110 8fabe48fabb48fabe48fabb45b8fabe48fabb48fabe48fabb45b5e
UTF-8 üêüê[üêüê[^ 11000011101111001100001110101010110000111011110011000011101010100101101111000011101111001100001110101010110000111011110011000011101010100101101101011110 c3bcc3aac3bcc3aa5bc3bcc3aac3bcc3aa5b5e
UHC ????[????[^ 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 3f3f3f3f5b3f3f3f3f5b5e

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