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 ’Y‘²‘£’Y‘²‘¹@h 1001001001011001100100011011001010010001101000111001001001011001100100011011001010010001101110010100000001101000 925991b291a3925991b291b94068
SJIS-WIN ?Y???£?Y????@h 001111110101100100111111001111110011111110000001100100100011111101011001001111110011111100111111001111110100000001101000 3f593f3f3f81923f593f3f3f3f4068
EUC-JP ?Y???£?Y????@h 001111110101100100111111001111110011111110100001111100100011111101011001001111110011111100111111001111110100000001101000 3f593f3f3fa1f23f593f3f3f3f4068
UTF-8 ’Y‘²‘£’Y‘²‘¹@h 110000101001001001011001110000101001000111000010101100101100001010010001110000101010001111000010100100100101100111000010100100011100001010110010110000101001000111000010101110010100000001101000 c29259c291c2b2c291c2a3c29259c291c2b2c291c2b94068
UHC ?Y?²???Y?²?¹@h 0011111101011001001111111010100111110111001111110011111100111111010110010011111110101001111101110011111110101001111101100100000001101000 3f593fa9f73f3f3f593fa9f73fa9f64068

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