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 | ?L | 0011111101001100 | 3f4c |
SJIS-WIN | 叩L | 100100100100000001001100 | 92404c |
EUC-JP | 叩L | 110000111010000101001100 | c3a14c |
UTF-8 | 叩L | 11100101100011111010100101001100 | e58fa94c |
UHC | 叩L | 110011011011000001001100 | cdb04c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)