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 | 耶? | 100101101110101100111111 | 96eb3f |
EUC-JP | 耶繘 | 1100110011101101100011111101010011010101 | cced8fd4d5 |
UTF-8 | 耶繘 | 111010001000000010110110111001111011100110011000 | e880b6e7b998 |
UHC | 耶? | 111001011010110100111111 | e5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)