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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 質貽^ | 1000111010111111111001101100010001011110 | 8ebfe6c45e |
EUC-JP | 質貽^ | 1011110011000001111011001100011001011110 | bcc1ecc65e |
UTF-8 | 質貽^ | 11101000101100111010101011101000101100101011110101011110 | e8b3aae8b2bd5e |
UHC | 質貽^ | 1111001011110101111011001100001001011110 | f2f5ecc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)