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 | 收? | 100111011011111000111111 | 9dbe3f |
EUC-JP | 收? | 110110101100000000111111 | dac03f |
UTF-8 | 收뗧 | 111001101001010010110110111010111001011110100111 | e694b6eb97a7 |
UHC | 收뗧 | 11100010101001011000101111100111 | e2a58be7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)