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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 自治^ | 1000111010101001100011101010000101011110 | 8ea98ea15e |
EUC-JP | 自治^ | 1011110010101011101111001010001101011110 | bcabbca35e |
UTF-8 | 自治^ | 11101000100001111010101011100110101100101011101101011110 | e887aae6b2bb5e |
UHC | 自治^ | 1110110110111011111101101011110101011110 | edbbf6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)