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 | 襄}襄{^ | 11100101111101010111110111100101111101010111101101011110 | e5f57de5f57b5e |
EUC-JP | 襄}襄{^ | 11101010111101110111110111101010111101110111101101011110 | eaf77deaf77b5e |
UTF-8 | 襄}襄{^ | 111010001010010110000100011111011110100010100101100001000111101101011110 | e8a5847de8a5847b5e |
UHC | 襄}襄{^ | 11100101110100010111110111100101110100010111101101011110 | e5d17de5d17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)