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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陂耶エオB | 11101000100110001001011011101011101101001011010101000010 | e89896ebb4b542 |
EUC-JP | 陂耶エオB | 111011111111100011001100111011011000111010110100100011101011010101000010 | eff8cced8eb48eb542 |
UTF-8 | 陂耶エオB | 11101001100110011000001011101000100000001011011011101111101111011011010011101111101111011011010101000010 | e99982e880b6efbdb4efbdb542 |
UHC | 陂耶??B | 11111001101011101110010110101101001111110011111101000010 | f9aee5ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)