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 | íçàϰ® | 111011011110011111100000110011111011000010101110 | ede7e0cfb0ae |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | íçàϰ® | 1000111110101011101111111000111110101011101011101000111110101011101000101000111110101010110000011010000111101011100011111010001011101110 | 8fabbf8fabae8faba28faac1a1eb8fa2ee |
UTF-8 | íçàϰ® | 110000111010110111000011101001111100001110100000110000111000111111000010101100001100001010101110 | c3adc3a7c3a0c38fc2b0c2ae |
UHC | ????°® | 0011111100111111001111110011111110100001110001101010001011100111 | 3f3f3f3fa1c6a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)