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 ŽÚŽß}ŽÚŽß{^ 1000111011011010100011101101111101111101100011101101101010001110110111110111101101011110 8eda8edf7d8eda8edf7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ?Ú?ß}?Ú?ß{^ 00111111100011111010101011100010001111111000111110101001110011100111110100111111100011111010101011100010001111111000111110101001110011100111101101011110 3f8faae23f8fa9ce7d3f8faae23f8fa9ce7b5e
UTF-8 ŽÚŽß}ŽÚŽß{^ 11000010100011101100001110011010110000101000111011000011100111110111110111000010100011101100001110011010110000101000111011000011100111110111101101011110 c28ec39ac28ec39f7dc28ec39ac28ec39f7b5e
UHC ???ß}???ß{^ 00111111001111110011111110101001101011000111110100111111001111110011111110101001101011000111101101011110 3f3f3fa9ac7d3f3f3fa9ac7b5e

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