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 | ßÃÊêÉú | 10001111110111111100001111001010111010101100100111111010 | 8fdfc3caeac9fa |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ßÃÊêÉú | 00111111100011111010100111001110100011111010101010101010100011111010101010110100100011111010101110110100100011111010101010110001100011111010101111100010 | 3f8fa9ce8faaaa8faab48fabb48faab18fabe2 |
UTF-8 | ßÃÊêÉú | 1100001010001111110000111001111111000011100000111100001110001010110000111010101011000011100010011100001110111010 | c28fc39fc383c38ac3aac389c3ba |
UHC | ?ß????? | 0011111110101001101011000011111100111111001111110011111100111111 | 3fa9ac3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)