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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 素G | 100100010110011001000111 | 916647 |
EUC-JP | 素G | 110000011100011101000111 | c1c747 |
UTF-8 | 素G | 11100111101101001010000001000111 | e7b4a047 |
UHC | 素G | 111000011100100001000111 | e1c847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)