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 | içùèë | 1001100101101001100111111110011110011111111110011110100011101011 | 99699fe79ff9e8eb |
SJIS-WIN | ?i?????? | 0011111101101001001111110011111100111111001111110011111100111111 | 3f693f3f3f3f3f3f |
EUC-JP | ?i?ç?ùèë | 00111111011010010011111110001111101010111010111000111111100011111010101111100011100011111010101110110010100011111010101110110011 | 3f693f8fabae3f8fabe38fabb28fabb3 |
UTF-8 | içùèë | 110000101001100101101001110000101001111111000011101001111100001010011111110000111011100111000011101010001100001110101011 | c29969c29fc3a7c29fc3b9c3a8c3ab |
UHC | ?i?????? | 0011111101101001001111110011111100111111001111110011111100111111 | 3f693f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)