This service allows you to convert big positive integer numbers into binary, decimal, hexadecimal or base64 encoding schemes.
The big number bitsize is also calculated.
For example:
The following hexadecimal big number converted into a decimal encoding scheme:
b5 6c 4f ee ef 1b 04 5d be 70 4a d8 55 1d 8a 77
0d c1 45 00 f5 3b 1a 10 dd d7 f7 bb 7a 65 54 7f
60 d2 16 bb bd 12 a5 78 78 d6 b3 50 4e ba 17 48
27 7a 22 6f 2a 7c 1d a2 36 22 d8 59 a2 ae 3a 0b
d4 d2 1b 8a 0e 5a 89 a9 e4 9a ff db 3f 04 e2 9b
75 c1 8d c5 8c 05 a1 f3 b5 92 5e a1 44 49 19 e4
90 b4 e9 ef e4 5d b2 20 6d f9 23 76 b8 b2 d4 af
a3 06 f5 9e 03 8f b8 82 05 21 11 25 44 3a 80 05
.... looks like:
1273996296181018710611647143694151388896909932754376274204440944923205432723072
8366135879053383805072316653724894187029827876824054296840853269389449560099146
2888770154271773743688518108469133360749226067433284253841524878382663213020300
439013395051660095465213244114983915020095532593844192661702194876809221
.... and its bit size is: 1024
All cryptography related services on this website:
- .htpasswd and .htaccess generator
Generates .htpasswd and .htaccess files to protect a directory from unauthorized access on your website.
- Base64 encoder and decoder
Base64 encode or decode a given text or a file.
- Big number bitwise calculation
Perform bitwise AND, bitwise OR and bitwise XOR (bitwise exclusive or) operations on two big positive integer numbers.
- Big number converter
Convert big positive integer numbers into binary, decimal, hexadecimal or base64 encoding schemes.
- Big number equation calculation
Add (+), subtract (-), mutiply (*), calculate the modulo (%),
calculate the power (^) or calculate the greatest common divisor (gcd)
of very large positive integer numbers.
- Convert ISO Latin 1, UTF-8, UTF-16, UTF-16LE or Base64 text to hex and vice versa
Convert ISO Latin 1, UTF-8, UTF-16, UTF-16LE or Base64 text to a hexadecimal value and vice versa.
- Create self-signed SSL certificates online
Create Certificate Signing Request (CSR), Self-signed SSL certificate
(CER), Private key, Public key and Personal Information Exchange PKCS#12
online.
- Cryptographic Pseudorandom Number Generator
Generate small to large cryptographic pseudorandom numbers by specifying its bytesize.
- CVS pserver password decoder and encoder
Recover CVS pserver passwords or create encoded CVS pserver passwords to be used in the .cvspass file.
- Decode Certificate Signing Request (CSR)
Decodes your Certificate Signing Request (CSR) and verifies that your
Certificate Signing Request is valid and displays the information held
in the CSR
- Decode SSL certificate
Decode x509 SSL certificate and verifies the certificate is valid.
Displays the information held in the SSL certificate, such as subject
name, issuer name, purposes, valid from and valid to dates etc.
- File checksum calculator
Calculate the checksum of any file and compare it with the original.
- MD5, SHA1, SHA224, SHA256, SHA384, SHA512 and RIPEMD160 hash generator
Enter a message and generate MD5, SHA1, SHA224, SHA256, SHA384, SHA512 or RIPEMD160 hashes.
- Online eval gzinflate base64_decode decoder
Decodes PHP files encoded by nested functions, for example: eval(gzinflate(base64_decode('Code')))
- Online GUID generator
GUID generator creates a unique character number/letter combinations, such as {E18B7C76-48C0-1A77-461A-7FB146FC26CA}.
- Online hex editor
Online hex editor allows you to edit, view, modify and analyze binary files.
- Online RSA key generation
Create an RSA key pair consisting of an RSA public key and an RSA private key.
- Online steganography service, hide message or file inside an image
Hide secret information inside an image where nobody would suspect it contains hidden information inside of it.
- Private key match the certificate
Checks if a given private key corresponds to a certificate (cer).
- Rot13 (rot-n) encoder decoder
Encrypt or decrypt text with a ROT13 cipher and allows you to shift
each letter 1 (ROT1) to 25 (ROT25) places along the alphabet.
- Unicode character map
Display all unicode characters, symbol and punctuation maps. You can
also display a character by entering its character code or vice versa.
Input big number converter:
|
Output big number converter:
|
|