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 | 箘[}箘[{^ | 11110011111010011110001010101110010110110111110111110011111010011110001010101110010110110111101101011110 | f3e9e2ae5b7df3e9e2ae5b7b5e |
EUC-JP | ?箘[}?箘[{^ | 0011111111100100101100000101101101111101001111111110010010110000010110110111101101011110 | 3fe4b05b7d3fe4b05b7b5e |
UTF-8 | 箘[}箘[{^ | 1110111010001011100111001110011110101110100110000101101101111101111011101000101110011100111001111010111010011000010110110111101101011110 | ee8b9ce7ae985b7dee8b9ce7ae985b7b5e |
UHC | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)