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 | ¼ä¼±ý | 100011111011110011100100101111001011000111111101 | 8fbce4bcb1fd |
SJIS-WIN | ????±? | 00111111001111110011111100111111100000010111110100111111 | 3f3f3f3f817d3f |
EUC-JP | ??ä?±ý | 0011111100111111100011111010101110100011001111111010000111011110100011111010101111110010 | 3f3f8faba33fa1de8fabf2 |
UTF-8 | ¼ä¼±ý | 110000101000111111000010101111001100001110100100110000101011110011000010101100011100001110111101 | c28fc2bcc3a4c2bcc2b1c3bd |
UHC | ?¼?¼±? | 001111111010100011111001001111111010100011111001101000011011111000111111 | 3fa8f93fa8f9a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)