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 | 11100111111101101001011011101011101101001011010101000010 | e7f696ebb4b542 |
EUC-JP | 銹耶エオB | 111011101111100011001100111011011000111010110100100011101011010101000010 | eef8cced8eb48eb542 |
UTF-8 | 銹耶エオB | 11101001100010101011100111101000100000001011011011101111101111011011010011101111101111011011010101000010 | e98ab9e880b6efbdb4efbdb542 |
UHC | 銹耶??B | 11100010110010001110010110101101001111110011111101000010 | e2c8e5ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)