Random Letter Generator

Our random letter generator is a free tool that lets you generate random letters in multiple languages. Just select your language, the number of letters you want to generate and let our tool do the work!

We also have a dedicated random word generator.

Copy

How Do You Use Our Random Letter Generator?

  1. Change any settings you want on the left side by selecting how many random letters you want to generate, what language you want to use, what separator you want to use, and what kind of letters you want to generate.
  2. Click “Generate Letters” or press the “ENTER” key.
  3. See letters in the text box on the right.

What Languages Do You Support for Random Letters?

We are able to generate random letters in the following languages:

  • English
  • German
  • French
  • Spanish
  • Japanese
  • Chinese
  • Hebrew
  • Greek
  • Russian

Learn more about the alphabets of these languages in this article.

Can You Generate Random Passwords With This Tool?

You can generate a random password with our tool by selecting the following options:

  1. Change “Number of Letters” to be the length of your desired password.
  2. Change the “Separator” to be “(none).”
  3. Make sure the following checkboxes are checked: Capital Letters, lowercase letters, Symbols
  4. Click “Generate Letters.”
  5. Copy your password.

How Do You Generate Random Letters in Excel?

If you want to pick a random letter in Excel, there are a few formulas you can use depending on if you’re generating uppercase, lowercase, or symbols.

To Generate an Uppercase Letter

Type in =CHAR(RANDBETWEEN(65,90))

To Generate an Lowercase Letter

Type in =CHAR(RANDBETWEEN(97,122))

To Generate a Symbol

Type in =CHAR(RANDBETWEEN(33,47))

random letter generator - Excel