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 ’@]’@ŒJ’@]’@ŒJ^ 100100100100000001011101100100100100000010001100010010101001001001000000010111011001001001000000100011000100101001011110 92405d92408c4a92405d92408c4a5e
SJIS-WIN ?@]?@?J?@]?@?J^ 001111110100000001011101001111110100000000111111010010100011111101000000010111010011111101000000001111110100101001011110 3f405d3f403f4a3f405d3f403f4a5e
EUC-JP ?@]?@?J?@]?@?J^ 001111110100000001011101001111110100000000111111010010100011111101000000010111010011111101000000001111110100101001011110 3f405d3f403f4a3f405d3f403f4a5e
UTF-8 ’@]’@ŒJ’@]’@ŒJ^ 110000101001001001000000010111011100001010010010010000001100001010001100010010101100001010010010010000000101110111000010100100100100000011000010100011000100101001011110 c292405dc29240c28c4ac292405dc29240c28c4a5e
UHC ?@]?@?J?@]?@?J^ 001111110100000001011101001111110100000000111111010010100011111101000000010111010011111101000000001111110100101001011110 3f405d3f403f4a3f405d3f403f4a5e

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