Hex 인코딩
아래에 텍스트를 붙여넣고 인코딩을 클릭하면 16진수 문자열로 변환됩니다. 모든 처리는 브라우저에서 로컬로 수행됩니다.
복사됨!
What is Hex Encoding?
Hexadecimal encoding converts each byte of data into a two-character hex
string (00–ff). This is useful for inspecting
binary data, debugging network protocols, and representing byte arrays
in code.
UTF-8 characters that use more than one byte will produce multiple hex pairs.