Curated for developers
A hand-picked subset of the catalog.
Built for developers — fast, private, no signup.
JSON, regex, hashes, JWT, Base64, timestamps, UUIDs and the rest of the tools you reach for between commits — all running in your browser, no upload required.
Why this set
These are the converters and inspectors that show up in every code review and bug hunt: pretty-print a payload, decode a token, generate an ID, hash a string. Each tool runs entirely in your browser using native Web APIs (crypto.subtle, JSON.parse, the regex engine), so production payloads never leave your machine — safe to use on customer data without thinking twice.
Data & code
Encoding & crypto
Base64エンコード / デコード
Base64のエンコードとデコード — Unicode対応。
URLエンコード/デコード
URLを安全にパーセントエンコード/デコード。
JWTデコーダー
JWTトークンをローカルでデコード・検査
ハッシュジェネレーター (SHA-1/256/384/512)
SHA-1、SHA-256、SHA-384、SHA-512をすべてブラウザで。
HMACジェネレーター
任意のシークレットでHMAC-SHA1/256/384/512。
HTMLエンティティエンコード/デコード
HTML特殊文字をエスケープ/アンエスケープ。
16進数/2進数/8進数コンバーター
16進数、2進数、8進数、10進数を相互変換。