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‘þ^‘³}bE 100100011111111001011110100100011011001101111101010110011001000111111110010111101001000110110011011111010110001001000101 91fe5e91b37d5991fe5e91b37d6245
SJIS-WIN ??^??}Y??^??}bE 001111110011111101011110001111110011111101111101010110010011111100111111010111100011111100111111011111010110001001000101 3f3f5e3f3f7d593f3f5e3f3f7d6245
EUC-JP ?þ^??}Y?þ^??}bE 00111111100011111010100111010000010111100011111100111111011111010101100100111111100011111010100111010000010111100011111100111111011111010110001001000101 3f8fa9d05e3f3f7d593f8fa9d05e3f3f7d6245
UTF-8 ‘þ^‘³}Y‘þ^‘³}bE 1100001010010001110000111011111001011110110000101001000111000010101100110111110101011001110000101001000111000011101111100101111011000010100100011100001010110011011111010110001001000101 c291c3be5ec291c2b37d59c291c3be5ec291c2b37d6245
UHC ?þ^?³}Y?þ^?³}bE 00111111101010011010110101011110001111111010100111111000011111010101100100111111101010011010110101011110001111111010100111111000011111010110001001000101 3fa9ad5e3fa9f87d593fa9ad5e3fa9f87d6245

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