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 | ¾Ïy | 101111101100111101111001 | becf79 |
SJIS-WIN | ??y | 001111110011111101111001 | 3f3f79 |
EUC-JP | ?Ïy | 0011111110001111101010101100000101111001 | 3f8faac179 |
UTF-8 | ¾Ïy | 1100001010111110110000111000111101111001 | c2bec38f79 |
UHC | ¾?y | 10101000111110100011111101111001 | a8fa3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)