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 | ??{}??{{^ | 001111110011111101111011011111010011111100111111011110110111101101011110 | 3f3f7b7d3f3f7b7b5e |
SJIS-WIN | 潁鳰{}潁鳰{{^ | 10011111111100011110100111101010011110110111110110011111111100011110100111101010011110110111101101011110 | 9ff1e9ea7b7d9ff1e9ea7b7b5e |
EUC-JP | 潁鳰{}潁鳰{{^ | 11011110111100111111001011101100011110110111110111011110111100111111001011101100011110110111101101011110 | def3f2ec7b7ddef3f2ec7b7b5e |
UTF-8 | 潁鳰{}潁鳰{{^ | 1110011010111101100000011110100110110011101100000111101101111101111001101011110110000001111010011011001110110000011110110111101101011110 | e6bd81e9b3b07b7de6bd81e9b3b07b7b5e |
UHC | 潁?{}潁?{{^ | 1110011110111000001111110111101101111101111001111011100000111111011110110111101101011110 | e7b83f7b7de7b83f7b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)