how to split a javascript text file containing over 349,832 lines into multiple smaller files [duplicate]

I have a beautified javascript file that ends on line 349,832 but I need to split this javascript file into smaller multiple files that each contain the max line of 15,000 characters. How can I accomplish this in Windows?

enter image description here

I see a lot of scripts that can convert them using line numbers but I need characters and not lines