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 | 浯滓イサ韃 | 1111101011111100100111111110011010110010101110111110100011100101 | fafc9fe6b2bbe8e5 |
EUC-JP | 浯滓イサ韃 | 1000111111000111110000111101111011101000100011101011001010001110101110111111000011100111 | 8fc7c3dee88eb28ebbf0e7 |
UTF-8 | 浯滓イサ韃 | 111001101011010110101111111001101011101110010011111011111011110110110010111011111011110110111011111010011001111110000011 | e6b5afe6bb93efbdb2efbdbbe99f83 |
UHC | ?滓??? | 001111111110111010101011001111110011111100111111 | 3feeab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)