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 | 貶? | 111001101100100000111111 | e6c83f |
EUC-JP | 貶? | 111011001100101000111111 | ecca3f |
UTF-8 | 貶뤺 | 111010001011001010110110111010111010010010111010 | e8b2b6eba4ba |
UHC | 貶뤺 | 11111000101111111000111111101000 | f8bf8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)