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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 邀凡G | 1110011110110001100101100111110101000111 | e7b1967d47 |
EUC-JP | 邀凡G | 1110111010110011110010111101111001000111 | eeb3cbde47 |
UTF-8 | 邀凡G | 11101001100000101000000011100101100001111010000101000111 | e98280e587a147 |
UHC | 邀凡G | 1110100110101101110110111110110101000111 | e9addbed47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)