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 | 齧}齧{^ | 11101010100101100111110111101010100101100111101101011110 | ea967dea967b5e |
EUC-JP | 齧}齧{^ | 11110011111101100111110111110011111101100111101101011110 | f3f67df3f67b5e |
UTF-8 | 齧}齧{^ | 111010011011110110100111011111011110100110111101101001110111101101011110 | e9bda77de9bda77b5e |
UHC | 齧}齧{^ | 11100000111001010111110111100000111001010111101101011110 | e0e57de0e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)