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 ôÂÎÝ}ôÂÎÝ{^ 1111010011000010110011101101110101111101111101001100001011001110110111010111101101011110 f4c2cedd7df4c2cedd7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ôÂÎÝ}ôÂÎÝ{^ 100011111010101111010100100011111010101010100100100011111010101011000010100011111010101011110010011111011000111110101011110101001000111110101010101001001000111110101010110000101000111110101010111100100111101101011110 8fabd48faaa48faac28faaf27d8fabd48faaa48faac28faaf27b5e
UTF-8 ôÂÎÝ}ôÂÎÝ{^ 11000011101101001100001110000010110000111000111011000011100111010111110111000011101101001100001110000010110000111000111011000011100111010111101101011110 c3b4c382c38ec39d7dc3b4c382c38ec39d7b5e
UHC ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e

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