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 | 蝴}蝴{^ | 11100101100110100111110111100101100110100111101101011110 | e59a7de59a7b5e |
EUC-JP | 蝴}蝴{^ | 11101001111110100111110111101001111110100111101101011110 | e9fa7de9fa7b5e |
UTF-8 | 蝴}蝴{^ | 111010001001110110110100011111011110100010011101101101000111101101011110 | e89db47de89db47b5e |
UHC | 蝴}蝴{^ | 11111011110111010111110111111011110111010111101101011110 | fbdd7dfbdd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)