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 | 100011111001111001000111 | 8f9e47 |
EUC-JP | 償G | 101111011111111001000111 | bdfe47 |
UTF-8 | 償G | 11100101100001001001111101000111 | e5849f47 |
UHC | 償G | 110111111100000101000111 | dfc147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)