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 | 膵э | 11100100010110001000010010001111 | e458848f |
EUC-JP | 膵э | 11100111101110011010011111101111 | e7b9a7ef |
UTF-8 | 膵э | 1110100010000110101101011101000110001101 | e886b5d18d |
UHC | 膵э | 11110101111111011010110011101111 | f5fdacef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)