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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跖ア蝓キ淲 | 1110011011101000101100011110010110011111101101111111101101000100 | e6e8b1e59fb7fb44 |
EUC-JP | 跖ア蝓キ? | 111011001110101010001110101100011110101010100001100011101011011100111111 | ecea8eb1eaa18eb73f |
UTF-8 | 跖ア蝓キ淲 | 111010001011011110010110111011111011110110110001111010001001110110010011111011111011110110110111111001101011011110110010 | e8b796efbdb1e89d93efbdb7e6b7b2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)