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 | ã¤ÑøÝÑ | 111000111010010011010001111110001101110111010001 | e3a4d1f8ddd1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ã¤ÑøÝÑ | 100011111010101110101010100011111010001011110000100011111010101011010000100011111010100111001100100011111010101011110010100011111010101011010000 | 8fabaa8fa2f08faad08fa9cc8faaf28faad0 |
UTF-8 | ã¤ÑøÝÑ | 110000111010001111000010101001001100001110010001110000111011100011000011100111011100001110010001 | c3a3c2a4c391c3b8c39dc391 |
UHC | ?¤?ø?? | 0011111110100010101101000011111110101001101010100011111100111111 | 3fa2b43fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)