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 | ÌûÛFË | 1001000011001100111110111101101110010010010001101001000011001011 | 90ccfbdb924690cb |
SJIS-WIN | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
EUC-JP | ?ÌûÛ?F?Ë | 00111111100011111010101011000000100011111010101111100101100011111010101011100101001111110100011000111111100011111010101010110011 | 3f8faac08fabe58faae53f463f8faab3 |
UTF-8 | ÌûÛFË | 110000101001000011000011100011001100001110111011110000111001101111000010100100100100011011000010100100001100001110001011 | c290c38cc3bbc39bc29246c290c38b |
UHC | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)