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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 塢?±苑 | 10011010110001110011111110000001011111011000100110010001 | 9ac73f817d8991 |
EUC-JP | 塢?±苑 | 11010100110010010011111110100001110111101011000111110001 | d4c93fa1deb1f1 |
UTF-8 | 塢대±苑 | 1110010110100001101000101110101110001100100000001100001010110001111010001000101110010001 | e5a1a2eb8c80c2b1e88b91 |
UHC | 塢대±苑 | 1110011111110001101101001110101110100001101111101110101010111101 | e7f1b4eba1beeabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)