ブラウザで安全にJSONデータを検証、圧縮し、Base64文字列にエンコードします。
データがデバイスから離れることはありません — ファイルはブラウザで処理されます。
はい、JSONを圧縮すると不要な空白が削除され、結果のBase64文字列のサイズが最大20%縮小されます。
以下を検索するか、よくある質問をご覧ください。
Decode Base64 strings back to JSON and format them with syntax highlighting
Encode plain text to Base64 format with UTF-8, ASCII, and ISO-8859-1 support
Generate and sign JSON Web Tokens (JWT) using the HS256 algorithm securely