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 | ðû¼¶E | 1111000011111011101111001011011001000101 | f0fbbcb645 |
SJIS-WIN | ???¶E | 001111110011111100111111100000011111011101000101 | 3f3f3f81f745 |
EUC-JP | ðû?¶E | 10001111101010011100001110001111101010111110010100111111101000101111100101000101 | 8fa9c38fabe53fa2f945 |
UTF-8 | ðû¼¶E | 110000111011000011000011101110111100001010111100110000101011011001000101 | c3b0c3bbc2bcc2b645 |
UHC | �E | 1010100110100011001111111010100011111001101000101101001001000101 | a9a33fa8f9a2d245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)