What is the UTF-8 representation of "end of line" in text file

java, utf-8

Solution

From Unicode Character 'LINE FEED (LF)'

In UTF-8 (hex) its --> 0x0A (0a) UTF-8 (binary) --> 00001010

Problem

what is the binary representation of "end of line" in UTF-8.

Original source