To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?F???L | 001111110100011000111111001111110011111101001100 | 3f463f3f3f4c |
SJIS-WIN | ?F???L | 001111110100011000111111001111110011111101001100 | 3f463f3f3f4c |
EUC-JP | ?F???L | 001111110100011000111111001111110011111101001100 | 3f463f3f3f4c |
UTF-8 | 청F쨩짚청L | 1110110010110010101011010100011011101100101010001010100111101100101001111001101011101100101100101010110101001100 | ecb2ad46eca8a9eca79aecb2ad4c |
UHC | 청F쨩짚청L | 11000011101110110100011011000010101110111100001010100100110000111011101101001100 | c3bb46c2bbc2a4c3bb4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)