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 | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
SJIS-WIN | {s | 111100101100000101111011111100101100000101110011 | f2c17bf2c173 |
EUC-JP | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
UTF-8 | {s | 1110111010000111101110000111101111101110100001111011100001110011 | ee87b87bee87b873 |
UHC | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)