- JSON Formatter/Viewer
Format, minify, visualize and validate JSON.
- JSON Diff
Compare two JSON objects.
- JSON Schema Validator
Validate JSON schema online
- Base64 Encode/Decode
Encode and decode Base64.
- URL Encode/Decode
Encode and decode URL.
- UUID Generator v4 / v1
Generate UUIDs in v4 and other versions.
- Text Hash
Generate cryptographic hashes from your text input using a wide variety of algorithms.
- File Hash
Generate cryptographic hashes from your file using a wide variety of algorithms.
- JWT Decoder & Validator
Decode and validate JSON Web Tokens.
- CSV Viewer
View CSV data in a table.
- CSV to JSON Converter
Convert CSV to JSON.
- JSON to CSV Converter
Convert JSON to CSV.
Text Hash
Generate cryptographic hashes from your text input using a wide variety of algorithms.
Acceptable Hex Formats
Hex input can be continuous, spaced, comma-separated, with/without '0x' or '\x' prefix. For values less than 16 (i.e., '0' - 'F'), padding with a leading zero is required, such as '0B' instead of 'B'. Input is case-insensitive, meaning both upper and lower case hex values are accepted.
Algorithm | Hash |
---|---|
adler32 | |
crc16 | |
crc32 | |
fnv1-32 | |
fnv1a-32 | |
fnv1-64 | |
fnv1a-64 | |
gost-r34.11-94 | |
gost-cryptopro | |
joaat | |
keccak-224 | |
keccak-256 | |
keccak-384 | |
keccak-512 | |
md2 | |
md4 | |
md5 | |
ripemd-128 | |
ripemd-160 | |
ripemd-256 | |
ripemd-320 | |
sha1 | |
sha224 | |
sha256 | |
sha384 | |
sha512 | |
sha512/224 | |
sha512/256 | |
sha3-224 | |
sha3-256 | |
sha3-384 | |
sha3-512 | |
shake-128 | |
shake-256 | |
snefru128/2 | |
snefru128/8 | |
snefru256/4 | |
snefru256/8 | |
tiger128.3 | |
tiger128.4 | |
tiger160.3 | |
tiger160.4 | |
tiger192.3 | |
tiger192.4 | |
whirlpool |