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 | èàùòòë | 111010001110000011111001111100101111001011101011 | e8e0f9f2f2eb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èàùòòë | 100011111010101110110010100011111010101110100010100011111010101111100011100011111010101111010010100011111010101111010010100011111010101110110011 | 8fabb28faba28fabe38fabd28fabd28fabb3 |
UTF-8 | èàùòòë | 110000111010100011000011101000001100001110111001110000111011001011000011101100101100001110101011 | c3a8c3a0c3b9c3b2c3b2c3ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)