• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
0 Comments Favorite Copy Link Share

Random Chinese License Plate Number Generator Online


This tool uses random letters and numbers to generate license plate numbers without any special meaning or privacy information. It is only used to generate learning and testing data, and should not be used for illegal purposes.
License plate image
Random Chinese License Plate Number Generator Online-summary

Online random chinese license plate number generator, supporting the random generation of various types of license plate numbers for ordinary cars, new energy vehicles, trailers, training cars, police cars, etc. It also supports the generation of custom license plate numbers through templates. The generated license plate number supports copying and downloading.

Random Chinese License Plate Number Generator Online-instructions

Online random car license plate number generation tool, using predefined car types and custom templates to generate car license plate numbers. The generated car license plate number data format supports original strings, JSON format, CSV format, etc. The generated random car license plate number results support one click copy and download.

  1. This tool has a certain frequency limit, please use this tool reasonably. Anonymous : 30/IP*Hour, Normal user : 30/Hour, VIP : 720/Hour, Senior VIP : 720/Hour.
  2. Car Type : Choose which types of car license plates to generate. This tool supports more than ten types of vehicle license plates, including regular fuel vehicles, new energy vehicles, training vehicles, trailers, and shared vehicles.
  3. Count : The number of generated strings, with a range of [1,10000]. The maximum limit for normal users is 10, and there is no limit for VIP users.
  4. Image : Choose whether to synchronize the generation of license plate images. Support multiple methods for generating license plate images. Auto: Generate license plate images based on the type of license plate. Other types: Generate license plate images using specific types of license plate image templates. The license plate image is a VIP function. When generating license plate images, the count of generated images must not exceed 100.
    The example of license plate images is as follows:
  5. Unique : Is the entire string generated using a template required to be unique.
  6. Join : How to concatenate multiple string results generated by templates. The join methods supported by this tool are as follows:
    1. None : Directly concatenate the random strings generated by the template without using any connectors.
    2. Comma : Use commas to concatenate randomly generated strings.
    3. LF : Use new lines to connect randomly generated string data.
    4. CRLF : Use carriage return and new line to connect randomly generated string data.
    5. JSON : Convert the generated string array to JSON array format.
    6. JSON Raw : Convert the generated string array to [str1,str2,str3] format.
    7. JSON Compress : Convert the generated string array into JSON array format and compress it into its simplest form.
    8. JSON Raw : Convert the generated string array to [str1,str2,str3] format and compress it into its simplest form.
  7. Custom : Use a template to customize the license plate number format and generate a random license plate number in the specified format. The format of a custom JSON template is: [{"value":[{"type":"selectProvince"},{"type":"select","data":["X","Y","Z"]},{"type":"raw","data":"•"},{"type":"tem","data":"##??****"},{"type":"raw","data":"应急"}],"weight":3}] , the format description is as follows:
    1. value : The template array generated by the car license plate, in which all types of fields are combined to form a license plate.
    2. value.type : Template field types support the following types: raw - raw string, the data field is the string value. select - From the data string array, randomly select a value. selectProvinceCity - Use random province abbreviations and city letters, such as 沪A, 苏K. It's data field is null. selectProvince - Use random province abbreviations, such as 沪, 京, 浙. It's data field is null. selectCity - Use random city names, such as 北京, 长沙, 苏州. It's data field is null. tem - Use string templates. In the template # - Representing numbers, ? - Representing uppercase letters , * - Representing numbers or uppercase letters, other characters remain unchanged.
    3. weight : The weight of this template is an integer greater than 1.