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 | 0011111101101100 | 3f6c |
SJIS-WIN | ?l | 0011111101101100 | 3f6c |
EUC-JP | 嚬l | 10001111101101101110010001101100 | 8fb6e46c |
UTF-8 | 嚬l | 11100101100110101010110001101100 | e59aac6c |
UHC | 嚬l | 110111101010110101101100 | dead6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)