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 | ï¥³êµ êí | 1110111110100101101100111110101010110101101000001110101011101101 | efa5b3eab5a0eaed |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ï??ê??êí | 10001111101010111100000100111111001111111000111110101011101101000011111100111111100011111010101110110100100011111010101110111111 | 8fabc13f3f8fabb43f3f8fabb48fabbf |
UTF-8 | ï¥³êµ êí | 11000011101011111100001010100101110000101011001111000011101010101100001010110101110000101010000011000011101010101100001110101101 | c3afc2a5c2b3c3aac2b5c2a0c3aac3ad |
UHC | ??³????? | 001111110011111110101001111110000011111100111111001111110011111100111111 | 3f3fa9f83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)