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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?惷[}?惷[{^ | 0011111110011100101101000101101101111101001111111001110010110100010110110111101101011110 | 3f9cb45b7d3f9cb45b7b5e |
EUC-JP | 彛惷[}彛惷[{^ | 100011111011110011111010110110001011011001011011011111011000111110111100111110101101100010110110010110110111101101011110 | 8fbcfad8b65b7d8fbcfad8b65b7b5e |
UTF-8 | 彛惷[}彛惷[{^ | 1110010110111101100110111110011010000011101101110101101101111101111001011011110110011011111001101000001110110111010110110111101101011110 | e5bd9be683b75b7de5bd9be683b75b7b5e |
UHC | 彛?[}彛?[{^ | 1110110010101101001111110101101101111101111011001010110100111111010110110111101101011110 | ecad3f5b7decad3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)