Live demo

zhhz compiled to WebAssembly, running entirely in your browser. No network calls, no server, no data leaves the page. The OpenCC dictionaries (~1.3 MiB) are bundled into the .wasm blob and cached after the first load.

loading wasm…
点击 Convert 后显示结果。
Try the npm package
npm install zhhz
node -e 'const { convert } = require("zhhz"); console.log(convert("汉字", "s2t"));'