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’B‘³’H‘²‘© 100100100100110010010010010000101001000110110011100100100100100010010001101100101001000110101001 924c924291b3924891b291a9
SJIS-WIN ?L?B???H???? 001111110100110000111111010000100011111100111111001111110100100000111111001111110011111100111111 3f4c3f423f3f3f483f3f3f3f
EUC-JP ?L?B???H???© 0011111101001100001111110100001000111111001111110011111101001000001111110011111100111111100011111010001011101101 3f4c3f423f3f3f483f3f3f8fa2ed
UTF-8 ’L’B‘³’H‘²‘© 110000101001001001001100110000101001001001000010110000101001000111000010101100111100001010010010010010001100001010010001110000101011001011000010100100011100001010101001 c2924cc29242c291c2b3c29248c291c2b2c291c2a9
UHC ?L?B?³?H?²?? 0011111101001100001111110100001000111111101010011111100000111111010010000011111110101001111101110011111100111111 3f4c3f423fa9f83f483fa9f73f3f

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