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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 唹}唹{^ | 10011010010011110111110110011010010011110111101101011110 | 9a4f7d9a4f7b5e |
EUC-JP | 唹}唹{^ | 11010011101100000111110111010011101100000111101101011110 | d3b07dd3b07b5e |
UTF-8 | 唹}唹{^ | 111001011001010010111001011111011110010110010100101110010111101101011110 | e594b97de594b97b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)