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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 依?] | 10001000110010110011111101011101 | 88cb3f5d |
EUC-JP | 依?] | 10110000110011010011111101011101 | b0cd3f5d |
UTF-8 | 依텿] | 11100100101111101001110111101101100001011011111101011101 | e4be9ded85bf5d |
UHC | 依텿] | 1110101111101110101101110101000101011101 | ebeeb7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)