Encoding Node Catalog
Generated category
Encoding Node Catalog
Generated from 12 catalog nodes in Utils/Encoding.
Nodes in this category
Showing 12 of 12 generated node docs.
Base64 Decode
Utils/EncodingDecodes a Base64 string back to a UTF-8 string
Base64 Decode to Bytes
Utils/EncodingDecodes a Base64 string to raw bytes
Base64 Encode
Utils/EncodingEncodes a string to Base64
Base64 Encode Bytes
Utils/EncodingEncodes raw bytes to a Base64 string
HTML Decode
Utils/EncodingDecodes HTML entities back to their original characters
HTML Encode
Utils/EncodingEncodes special characters as HTML entities (& < > " ')
Hex Decode
Utils/EncodingDecodes a hexadecimal string back to a UTF-8 string
Hex Decode to Bytes
Utils/EncodingDecodes a hexadecimal string to raw bytes
Hex Encode
Utils/EncodingEncodes a string's bytes to a hexadecimal string
Hex Encode Bytes
Utils/EncodingEncodes raw bytes to a hexadecimal string
URL Decode
Utils/EncodingDecodes a percent-encoded URL string back to plain text
URL Encode
Utils/EncodingPercent-encodes a string for safe use in URLs (RFC 3986)