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 | 遶ェ莉門羡 | 111001111010101110101010111001001011101110010110111001011111101110010001 | e7abaae4bb96e5fb91 |
EUC-JP | 遶ェ莉門羡 | 1110111010101101100011101010101011101000101111011100110011100111100011111101010110101110 | eead8eaae8bdcce78fd5ae |
UTF-8 | 遶ェ莉門羡 | 111010011000000110110110111011111011110110101010111010001000111010001001111010011001011010000000111001111011111010100001 | e981b6efbdaae88e89e99680e7bea1 |
UHC | ??莉門? | 00111111001111111101011111101001110110101010011000111111 | 3f3fd7e9daa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)