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 | 邀源 | 11100111101100011000110010111001 | e7b18cb9 |
EUC-JP | 邀源 | 11101110101100111011100010111011 | eeb3b8bb |
UTF-8 | 邀源 | 111010011000001010000000111001101011101010010000 | e98280e6ba90 |
UHC | 邀源 | 11101001101011011110101010111001 | e9adeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)