Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>ASCII转换</title>
    <link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="box">
    <h1>ASCII转换</h1>
    <textarea rows="20" cols="40" id="demo1"></textarea>
    <div class="center">
        <button onclick="demo1();">>></button>
        <button onclick="demo2();"><<</button>
        <select name="" id="num">
            <option value="2">2</option>
            <option value="8">8</option>
            <option value="10">10</option>
            <option value="16">16</option>
        </select>
    </div>
    <textarea rows="20" cols="40" id="demo2"></textarea>
</div>
</body>
<script src="js/Ascii.js"></script>
<script src="js/app.js"></script>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
gzwawjpro
0viewers