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 | ?e | 0011111101100101 | 3f65 |
SJIS-WIN | 叩e | 100100100100000001100101 | 924065 |
EUC-JP | 叩e | 110000111010000101100101 | c3a165 |
UTF-8 | 叩e | 11100101100011111010100101100101 | e58fa965 |
UHC | 叩e | 110011011011000001100101 | cdb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)