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‘²‘¦B’Y‘²‘¦B^ 100100100101100110010001101100101001000110100110010000101001001001011001100100011011001010010001101001100100001001011110 925991b291a642925991b291a6425e
SJIS-WIN ?Y????B?Y????B^ 001111110101100100111111001111110011111100111111010000100011111101011001001111110011111100111111001111110100001001011110 3f593f3f3f3f423f593f3f3f3f425e
EUC-JP ?Y???¦B?Y???¦B^ 00111111010110010011111100111111001111111000111110100010110000110100001000111111010110010011111100111111001111111000111110100010110000110100001001011110 3f593f3f3f8fa2c3423f593f3f3f8fa2c3425e
UTF-8 ’Y‘²‘¦B’Y‘²‘¦B^ 11000010100100100101100111000010100100011100001010110010110000101001000111000010101001100100001011000010100100100101100111000010100100011100001010110010110000101001000111000010101001100100001001011110 c29259c291c2b2c291c2a642c29259c291c2b2c291c2a6425e
UHC ?Y?²??B?Y?²??B^ 0011111101011001001111111010100111110111001111110011111101000010001111110101100100111111101010011111011100111111001111110100001001011110 3f593fa9f73f3f423f593fa9f73f3f425e

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