Use the below query within workbench to return folder Ids that are unhexed
(it's assumed your curatordb is labelled as curatordb)
SELECT *, hex(folder_id) FROM curatordb.folders;
The folder ids will appear to the right of your results, you can use these ids for other required changes.
Note: you can use the Filter Rows option to narrow down your search.