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 | 馴貽] | 1001001111101001111001101100010001011101 | 93e9e6c45d |
EUC-JP | 馴貽] | 1100011011101011111011001100011001011101 | c6ebecc65d |
UTF-8 | 馴貽] | 11101001101001101011010011101000101100101011110101011101 | e9a6b4e8b2bd5d |
UHC | 馴貽] | 1110001011111000111011001100001001011101 | e2f8ecc25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)