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 | 0011111101110011 | 3f73 |
SJIS-WIN | 蛛s | 111001011000000101110011 | e58173 |
EUC-JP | 蛛s | 111010011110000101110011 | e9e173 |
UTF-8 | 蛛s | 11101000100110111001101101110011 | e89b9b73 |
UHC | 蛛s | 111100011100100001110011 | f1c873 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)