消せないらしい
Maybe the encoding is not UTF-8
3.Encode Special Characters: Use the percent encoding format (%XX), where XX is the hexadecimal code of the special character. You can find online tools or resources to help you convert the special character to its hexadecimal code.
https://help.salesforce.com/s/articleView?id=001728579&type=1
000000000000000AAAの扱い
Idの先頭3桁でオブジェクトを特定できます。000はEmptykeyみたいですね。
Salesforce Empty Key Id - 000000000000000AAA
https://www.fishofprey.com/2011/06/salesforce-empty-key-id.html
https://www.fishofprey.com/2011/09/obscure-salesforce-object-key-prefixes.html#google_vignette
Salesforceの内部側の値みたいでです。
Apexなら Nullで指定しておけばこのIdを使用しないでOKみたいですが、
Java Script(おそらくデータローダもこれ)はこの値になるようなことが解説されています。
どうしてこのような仕様なのかは私では分からないです
Force.comで参照項目無しの場合に指定するID文字列
https://salesforce.stackexchange.com/questions/115978/empty-key-random-string-on-export