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 | 魏占悼 | 111010011011000010010000111010001001001110001001 | e9b090e89389 |
EUC-JP | 魏占悼 | 111100101011001011000000111010101100010111101001 | f2b2c0eac5e9 |
UTF-8 | 魏占悼 | 111010011010110110001111111001011000110110100000111001101000001010111100 | e9ad8fe58da0e682bc |
UHC | 魏占悼 | 111010101110000011101111101111111101001111111010 | eae0efbfd3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)