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 | 雖? | 111001011010101100111111 | e5ab3f |
EUC-JP | 雖? | 111010101010110100111111 | eaad3f |
UTF-8 | 雖렓 | 111010011001101110010110111010111010000010010011 | e99b96eba093 |
UHC | 雖렓 | 11100010110011001000111010101000 | e2cc8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)