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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魏磋潁 | 111010011011000011100001111101101001111111110001 | e9b0e1f69ff1 |
EUC-JP | 魏磋潁 | 111100101011001011100010111110001101111011110011 | f2b2e2f8def3 |
UTF-8 | 魏磋潁 | 111010011010110110001111111001111010001110001011111001101011110110000001 | e9ad8fe7a38be6bd81 |
UHC | 魏磋潁 | 111010101110000011110011101011111110011110111000 | eae0f3afe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)