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 | 雜 | 11101000101101101111000010111000 | e8b6f0b8 |
EUC-JP | 雜? | 111100001011100000111111 | f0b83f |
UTF-8 | 雜 | 111010011001101110011100111011101000000110110111 | e99b9cee81b7 |
UHC | 雜? | 111011011101101000111111 | edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)