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 | è°æ¢ | 111010001000111110110000111001101010001010011101 | e88fb0e6a29d |
SJIS-WIN | ??°?¢? | 0011111100111111100000011000101100111111100000011001000100111111 | 3f3f818b3f81913f |
EUC-JP | �� | 100011111010101110110010001111111010000111101011100011111010100111000001101000011111000100111111 | 8fabb23fa1eb8fa9c1a1f13f |
UTF-8 | è°æ¢ | 110000111010100011000010100011111100001010110000110000111010011011000010101000101100001010011101 | c3a8c28fc2b0c3a6c2a2c29d |
UHC | ??°æ?? | 0011111100111111101000011100011010101001101000010011111100111111 | 3f3fa1c6a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)