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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 邀・~ | 11100111101100011010010101111110 | e7b1a57e |
EUC-JP | 邀・~ | 1110111010110011100011101010010101111110 | eeb38ea57e |
UTF-8 | 邀・~ | 11101001100000101000000011101111101111011010010101111110 | e98280efbda57e |
UHC | 邀?~ | 11101001101011010011111101111110 | e9ad3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)