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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 衍慚 | 10011111101001011001110011001110 | 9fa59cce |
EUC-JP | 衍慚 | 11011110101001111101100011010000 | dea7d8d0 |
UTF-8 | 衍慚 | 111010001010000110001101111001101000010110011010 | e8a18de6859a |
UHC | 衍? | 111001101110001000111111 | e6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)