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 | ?疫 | 001111111000100101110101 | 3f8975 |
EUC-JP | ?疫 | 001111111011000111010110 | 3fb1d6 |
UTF-8 | 挻疫 | 111001101000110010111011111001111001011010101011 | e68cbbe796ab |
UHC | 挻疫 | 11100110110010011110011010111001 | e6c9e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)