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 ‘LŸÂ}‘LŸÂ{^ 1001000101001100100111111100001001111101100100010100110010011111110000100111101101011110 914c9fc27d914c9fc27b5e
SJIS-WIN ?L??}?L??{^ 0011111101001100001111110011111101111101001111110100110000111111001111110111101101011110 3f4c3f3f7d3f4c3f3f7b5e
EUC-JP ?L?Â}?L?Â{^ 001111110100110000111111100011111010101010100100011111010011111101001100001111111000111110101010101001000111101101011110 3f4c3f8faaa47d3f4c3f8faaa47b5e
UTF-8 ‘LŸÂ}‘LŸÂ{^ 1100001010010001010011001100001010011111110000111000001001111101110000101001000101001100110000101001111111000011100000100111101101011110 c2914cc29fc3827dc2914cc29fc3827b5e
UHC ?L??}?L??{^ 0011111101001100001111110011111101111101001111110100110000111111001111110111101101011110 3f4c3f3f7d3f4c3f3f7b5e

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