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 ’Z‘¢âL[’Z‘¢âL[^ 100100100101101010010001101000101110001001001100010110111001001001011010100100011010001011100010010011000101101101011110 925a91a2e24c5b925a91a2e24c5b5e
SJIS-WIN ?Z?¢?L[?Z?¢?L[^ 0011111101011010001111111000000110010001001111110100110001011011001111110101101000111111100000011001000100111111010011000101101101011110 3f5a3f81913f4c5b3f5a3f81913f4c5b5e
EUC-JP ?Z?¢âL[?Z?¢âL[^ 001111110101101000111111101000011111000110001111101010111010010001001100010110110011111101011010001111111010000111110001100011111010101110100100010011000101101101011110 3f5a3fa1f18faba44c5b3f5a3fa1f18faba44c5b5e
UTF-8 ’Z‘¢âL[’Z‘¢âL[^ 1100001010010010010110101100001010010001110000101010001011000011101000100100110001011011110000101001001001011010110000101001000111000010101000101100001110100010010011000101101101011110 c2925ac291c2a2c3a24c5bc2925ac291c2a2c3a24c5b5e
UHC ?Z???L[?Z???L[^ 001111110101101000111111001111110011111101001100010110110011111101011010001111110011111100111111010011000101101101011110 3f5a3f3f3f4c5b3f5a3f3f3f4c5b5e

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