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 | 魏〓 | 11101001101100001000000110101100 | e9b081ac |
EUC-JP | 魏〓 | 11110010101100101010001010101110 | f2b2a2ae |
UTF-8 | 魏〓 | 111010011010110110001111111000111000000010010011 | e9ad8fe38093 |
UHC | 魏〓 | 11101010111000001010000111101011 | eae0a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)