Using PowerShell to transition characters in character code order (A→B→C...)
Example
If you want to transition characters in character encoding order.
PS> [char](([byte][char]"A") + 1)
B
If you want to transition characters in character encoding order.
PS> [char](([byte][char]"A") + 1)
B