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 | 100111001010011001000111 | 9ca647 |
EUC-JP | 惡G | 110110001010100001000111 | d8a847 |
UTF-8 | 惡G | 11100110100000111010000101000111 | e683a147 |
UHC | 惡G | 111001001100001001000111 | e4c247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)