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 | 11100101101011111001001101111001 | e5af9379 |
SJIS-WIN | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
EUC-JP | �y | 1000111110101011101010011000111110100010101101000011111101111001 | 8faba98fa2b43f79 |
UTF-8 | å¯y | 11000011101001011100001010101111110000101001001101111001 | c3a5c2afc29379 |
UHC | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)