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 | 捨罐 | 10001110110011001110001110100011 | 8ecce3a3 |
EUC-JP | 捨罐 | 10111100110011101110011010100101 | bccee6a5 |
UTF-8 | 捨罐 | 111001101000110110101000111001111011110110010000 | e68da8e7bd90 |
UHC | 捨罐 | 11011110110101111100111010111000 | ded7ceb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)