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 | 澹壤 | 11100000010101111001101011011111 | e0579adf |
EUC-JP | 澹壤 | 11011111101110001101010011100001 | dfb8d4e1 |
UTF-8 | 澹壤 | 111001101011111010111001111001011010001110100100 | e6beb9e5a3a4 |
UHC | 澹壤 | 11010011110000101110010110111101 | d3c2e5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)