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 | 蠏}蠏{^ | 11100101101101010111110111100101101101010111101101011110 | e5b57de5b57b5e |
EUC-JP | 蠏}蠏{^ | 11101010101101110111110111101010101101110111101101011110 | eab77deab77b5e |
UTF-8 | 蠏}蠏{^ | 111010001010000010001111011111011110100010100000100011110111101101011110 | e8a08f7de8a08f7b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)