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 | ÔøÏË | 11010100111110001100111111001011 | d4f8cfcb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÔøÏË | 100011111010101011010100100011111010100111001100100011111010101011000001100011111010101010110011 | 8faad48fa9cc8faac18faab3 |
UTF-8 | ÔøÏË | 1100001110010100110000111011100011000011100011111100001110001011 | c394c3b8c38fc38b |
UHC | ?ø?? | 0011111110101001101010100011111100111111 | 3fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)