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 | êèc | 11101010100100101110100001100011 | ea92e863 |
SJIS-WIN | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
EUC-JP | ê?èc | 1000111110101011101101000011111110001111101010111011001001100011 | 8fabb43f8fabb263 |
UTF-8 | êèc | 11000011101010101100001010010010110000111010100001100011 | c3aac292c3a863 |
UHC | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)