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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 邀?] | 11100111101100010011111101011101 | e7b13f5d |
EUC-JP | 邀?] | 11101110101100110011111101011101 | eeb33f5d |
UTF-8 | 邀랷] | 11101001100000101000000011101011100111101011011101011101 | e98280eb9eb75d |
UHC | 邀랷] | 1110100110101101100011100101000101011101 | e9ad8e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)