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’U‘º’G‘¯’J 100100100100110010010010010101011001000110111010100100100100011110010001101011111001001001001010 924c925591ba924791af924a
SJIS-WIN ?L?U???G???J 001111110100110000111111010101010011111100111111001111110100011100111111001111110011111101001010 3f4c3f553f3f3f473f3f3f4a
EUC-JP ?L?U?º?G?¯?J 00111111010011000011111101010101001111111000111110100010111010110011111101000111001111111000111110100010101101000011111101001010 3f4c3f553f8fa2eb3f473f8fa2b43f4a
UTF-8 ’L’U‘º’G‘¯’J 1100001010010010010011001100001010010010010101011100001010010001110000101011101011000010100100100100011111000010100100011100001010101111110000101001001001001010 c2924cc29255c291c2bac29247c291c2afc2924a
UHC ?L?U?º?G???J 00111111010011000011111101010101001111111010100010101100001111110100011100111111001111110011111101001010 3f4c3f553fa8ac3f473f3f3f4a

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