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 | ι}ι{^ | 10000011110001110111110110000011110001110111101101011110 | 83c77d83c77b5e |
EUC-JP | ι}ι{^ | 10100110110010010111110110100110110010010111101101011110 | a6c97da6c97b5e |
UTF-8 | ι}ι{^ | 11001110101110010111110111001110101110010111101101011110 | ceb97dceb97b5e |
UHC | ι}ι{^ | 10100101111010010111110110100101111010010111101101011110 | a5e97da5e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)