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 | ¾ßûß | 10111110110111111111101111011111 | bedffbdf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ßûß | 00111111100011111010100111001110100011111010101111100101100011111010100111001110 | 3f8fa9ce8fabe58fa9ce |
UTF-8 | ¾ßûß | 1100001010111110110000111001111111000011101110111100001110011111 | c2bec39fc3bbc39f |
UHC | ¾ß?ß | 10101000111110101010100110101100001111111010100110101100 | a8faa9ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)