Examples to Try
Reading Time Calculator
- Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
est laborum
- To be or not to be, that is the question. Whether 'tis nobler in the mind to suffer the slings and
arrows of outrageous fortune...
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
- A journey of a thousand miles begins with a single step. The pen is mightier than the sword. All
that glitters is not gold.
- The quick brown fox jumps over the lazy dog. How razorback-jumping frogs can level six piqued
gymnasts!
Text to Binary/Binary to Text
- Text: Hello, World!
- Binary: 01001000 01100101 01101100 01101100 01101111
- Text: Binary
- Binary: 01000010 01101001 01101110 01100001 01110010 01111001
- Text: Text to Binary
Text to Slug
- This is a test sentence!
- How to convert text to a slug?
- OpenAI's GPT-4 is amazing!
- Simple & easy-to-use tools
- Developing web applications
HTML Encoder/Decoder
- <div>Hello, World!</div>
- <a href='#'>Click Me!</a>
- <p>Paragraph Text</p>
- <img src='image.jpg' alt='Image'>
- <script>alert('Hello, World!');</script>
RGB to HEX and HEX to RGB
- RGB: 255, 0, 0 (Red)
- HEX: #00FF00 (Green)
- RGB: 0, 0, 255 (Blue)
- HEX: #FFD700 (Gold)
- RGB: 255, 192, 203 (Pink)
URL Encoder/Decoder
- https://www.example.com?query=hello world&sort=asc
- https://www.example.com/search?q=OpenAI GPT-4
- https://www.example.com/login?user=test user&password=p@ssw0rd
- https://www.example.com/article?title=This is an Article
- https://www.example.com/shop?product=Smartphone&brand=Brand+Name