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 | æùé½èý | 1110011011111001100101101110100110011001101111011110100011111101 | e6f996e999bde8fd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æù?é??èý | 100011111010100111000001100011111010101111100011001111111000111110101011101100010011111100111111100011111010101110110010100011111010101111110010 | 8fa9c18fabe33f8fabb13f3f8fabb28fabf2 |
UTF-8 | æùé½èý | 11000011101001101100001110111001110000101001011011000011101010011100001010011001110000101011110111000011101010001100001110111101 | c3a6c3b9c296c3a9c299c2bdc3a8c3bd |
UHC | æ????½?? | 10101001101000010011111100111111001111110011111110101000111101100011111100111111 | a9a13f3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)