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 | ðêϲ] | 1111000011101010110011111011001001011101 | f0eacfb25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ðêÏ?] | 1000111110101001110000111000111110101011101101001000111110101010110000010011111101011101 | 8fa9c38fabb48faac13f5d |
UTF-8 | ðêϲ] | 110000111011000011000011101010101100001110001111110000101011001001011101 | c3b0c3aac38fc2b25d |
UHC | ð??²] | 10101001101000110011111100111111101010011111011101011101 | a9a33f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)