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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 祭逗 | 10001101110101011001000010000000 | 8dd59080 |
EUC-JP | 祭逗 | 10111010110101111011111111100000 | bad7bfe0 |
UTF-8 | 祭逗 | 111001111010010110101101111010011000000010010111 | e7a5ade98097 |
UHC | 祭逗 | 11110000101011101101010011101000 | f0aed4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)