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 | ¾ø´® | 10111110111110001011010010101110 | bef8b4ae |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ?ø´® | 001111111000111110101001110011001010000110101101100011111010001011101110 | 3f8fa9cca1ad8fa2ee |
UTF-8 | ¾ø´® | 1100001010111110110000111011100011000010101101001100001010101110 | c2bec3b8c2b4c2ae |
UHC | ¾ø´® | 1010100011111010101010011010101010100010101001011010001011100111 | a8faa9aaa2a5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)