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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 跣ケ魘ソ^ | 11100110111011111011100111101001101101001011111101011110 | e6efb9e9b4bf5e |
EUC-JP | 跣ケ魘ソ^ | 111011001111000110001110101110011111001010110110100011101011111101011110 | ecf18eb9f2b68ebf5e |
UTF-8 | 跣ケ魘ソ^ | 11101000101101111010001111101111101111011011100111101001101011011001100011101111101111011011111101011110 | e8b7a3efbdb9e9ad98efbdbf5e |
UHC | 跣???^ | 111000001101001100111111001111110011111101011110 | e0d33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)