Code
<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy accept-charset attribute</title>
    </head>
    <body>
        <h2>
        <form action="acceptcharset.html" accept-charset="ISO-8859-1">
        Mail-ID: <input type="text" name="mail">
        <br>
        <br>
        Password:  <input type="text" name="pwd">
        <br>
        <input type="submit" value="Submit">
        </h2>
    </form>
    </body>
</html>                                                                                                                                                                                                                                                                                                                                                                                                                    

Result