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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 靭冪 | 10010000011110001001100101110000 | 90789970 |
EUC-JP | 靭冪 | 10111111110110011101000111010001 | bfd9d1d1 |
UTF-8 | 靭冪 | 111010011001110110101101111001011000011010101010 | e99dade586aa |
UHC | 靭冪 | 11101100111001011101100011110001 | ece5d8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)