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 | ???^~ | 0011111100111111001111110101111001111110 | 3f3f3f5e7e |
SJIS-WIN | 受△?^~ | 10001110111100111000000110100010001111110101111001111110 | 8ef381a23f5e7e |
EUC-JP | 受△?^~ | 10111100111101011010001010100100001111110101111001111110 | bcf5a2a43f5e7e |
UTF-8 | 受△뼦^~ | 1110010110001111100101111110001010010110101100111110101110111100101001100101111001111110 | e58f97e296b3ebbca65e7e |
UHC | 受△뼦^~ | 1110000111110100101000011110001010010110101010010101111001111110 | e1f4a1e296a95e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)