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 | 隨倡 | 11100111101011001001100011100111 | e7ac98e7 |
EUC-JP | 隨倡 | 11101110101011101101000011101001 | eeaed0e9 |
UTF-8 | 隨倡 | 111010011001101010101000111001011000000010100001 | e99aa8e580a1 |
UHC | 隨倡 | 11100010110010111111001111011011 | e2cbf3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)