Kanji
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'entity';
const slug = '';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Encodes characters from the Shift JIS double-byte character set at 13 bits per character, providing more efficient encoding for Japanese text than byte mode (which would require 16 bits per character). Supports JIS X 0208 Kanji, Hiragana, Katakana, and full-width Latin characters.