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 ’@e’@‘­}’@e’@‘­{^ 1001001001000000011001011001001001000000100100011010110101111101100100100100000001100101100100100100000010010001101011010111101101011110 924065924091ad7d924065924091ad7b5e
SJIS-WIN ?@e?@??}?@e?@??{^ 0011111101000000011001010011111101000000001111110011111101111101001111110100000001100101001111110100000000111111001111110111101101011110 3f40653f403f3f7d3f40653f403f3f7b5e
EUC-JP ?@e?@??}?@e?@??{^ 0011111101000000011001010011111101000000001111110011111101111101001111110100000001100101001111110100000000111111001111110111101101011110 3f40653f403f3f7d3f40653f403f3f7b5e
UTF-8 ’@e’@‘­}’@e’@‘­{^ 11000010100100100100000001100101110000101001001001000000110000101001000111000010101011010111110111000010100100100100000001100101110000101001001001000000110000101001000111000010101011010111101101011110 c2924065c29240c291c2ad7dc2924065c29240c291c2ad7b5e
UHC ?@e?@?­}?@e?@?­{^ 00111111010000000110010100111111010000000011111110100001101010010111110100111111010000000110010100111111010000000011111110100001101010010111101101011110 3f40653f403fa1a97d3f40653f403fa1a97b5e

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