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 | ¼¿îë^ | 1011110010111111111011101110101101011110 | bcbfeeeb5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?¿îë^ | 0011111110001111101000101100010010001111101010111100001010001111101010111011001101011110 | 3f8fa2c48fabc28fabb35e |
UTF-8 | ¼¿îë^ | 110000101011110011000010101111111100001110101110110000111010101101011110 | c2bcc2bfc3aec3ab5e |
UHC | ¼¿??^ | 10101000111110011010001010101111001111110011111101011110 | a8f9a2af3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)