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 | 弩}弩{^ | 10011100010101110111110110011100010101110111101101011110 | 9c577d9c577b5e |
EUC-JP | 弩}弩{^ | 11010111101110000111110111010111101110000111101101011110 | d7b87dd7b87b5e |
UTF-8 | 弩}弩{^ | 111001011011110010101001011111011110010110111100101010010111101101011110 | e5bca97de5bca97b5e |
UHC | 弩}弩{^ | 11010010110000000111110111010010110000000111101101011110 | d2c07dd2c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)