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 | 藥〓 | 11100101010110101000000110101100 | e55a81ac |
EUC-JP | 藥〓 | 11101001101110111010001010101110 | e9bba2ae |
UTF-8 | 藥〓 | 111010001001011110100101111000111000000010010011 | e897a5e38093 |
UHC | 藥〓 | 11100101101101111010000111101011 | e5b7a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)