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 | 銷櫞 | 11100111111101111001111101001000 | e7f79f48 |
EUC-JP | 銷櫞 | 11101110111110011101110110101001 | eef9dda9 |
UTF-8 | 銷櫞 | 111010011000101010110111111001101010101110011110 | e98ab7e6ab9e |
UHC | 銷? | 111000011101000100111111 | e1d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)