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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 貳貽潁鴣F | 111001101100011011100110110001001001111111110001111010011111001101000110 | e6c6e6c49ff1e9f346 |
EUC-JP | 貳貽潁鴣F | 111011001100100011101100110001101101111011110011111100101111010101000110 | ecc8ecc6def3f2f546 |
UTF-8 | 貳貽潁鴣F | 11101000101100101011001111101000101100101011110111100110101111011000000111101001101101001010001101000110 | e8b2b3e8b2bde6bd81e9b4a346 |
UHC | 貳貽潁?F | 1110110011000011111011001100001011100111101110000011111101000110 | ecc3ecc2e7b83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)