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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 魏脈 | 11101001101100001001011010101100 | e9b096ac |
EUC-JP | 魏脈 | 11110010101100101100110010101110 | f2b2ccae |
UTF-8 | 魏脈 | 111010011010110110001111111010001000010010001000 | e9ad8fe88488 |
UHC | 魏脈 | 11101010111000001101100011100110 | eae0d8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)