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 | 油砒 | 10010110111110111110000111100101 | 96fbe1e5 |
EUC-JP | 油砒 | 11001100111111011110001011100111 | ccfde2e7 |
UTF-8 | 油砒 | 111001101011001010111001111001111010000010010010 | e6b2b9e7a092 |
UHC | 油砒 | 11101010111110101101110111110111 | eafaddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)