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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 潁鳰\}潁鳰\{^ | 10011111111100011110100111101010010111000111110110011111111100011110100111101010010111000111101101011110 | 9ff1e9ea5c7d9ff1e9ea5c7b5e |
EUC-JP | 潁鳰\}潁鳰\{^ | 11011110111100111111001011101100010111000111110111011110111100111111001011101100010111000111101101011110 | def3f2ec5c7ddef3f2ec5c7b5e |
UTF-8 | 潁鳰\}潁鳰\{^ | 1110011010111101100000011110100110110011101100000101110001111101111001101011110110000001111010011011001110110000010111000111101101011110 | e6bd81e9b3b05c7de6bd81e9b3b05c7b5e |
UHC | 潁?\}潁?\{^ | 1110011110111000001111110101110001111101111001111011100000111111010111000111101101011110 | e7b83f5c7de7b83f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)