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 ŸõçS}ŸõçS{^ 1001111111110101111001110101001101111101100111111111010111100111010100110111101101011110 9ff5e7537d9ff5e7537b5e
SJIS-WIN ???S}???S{^ 0011111100111111001111110101001101111101001111110011111100111111010100110111101101011110 3f3f3f537d3f3f3f537b5e
EUC-JP ?õçS}?õçS{^ 00111111100011111010101111011000100011111010101110101110010100110111110100111111100011111010101111011000100011111010101110101110010100110111101101011110 3f8fabd88fabae537d3f8fabd88fabae537b5e
UTF-8 ŸõçS}ŸõçS{^ 1100001010011111110000111011010111000011101001110101001101111101110000101001111111000011101101011100001110100111010100110111101101011110 c29fc3b5c3a7537dc29fc3b5c3a7537b5e
UHC ???S}???S{^ 0011111100111111001111110101001101111101001111110011111100111111010100110111101101011110 3f3f3f537d3f3f3f537b5e

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