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 | àhy | 11100000011010001001101001111001 | e0689a79 |
SJIS-WIN | ?h?y | 00111111011010000011111101111001 | 3f683f79 |
EUC-JP | àh?y | 100011111010101110100010011010000011111101111001 | 8faba2683f79 |
UTF-8 | àhy | 110000111010000001101000110000101001101001111001 | c3a068c29a79 |
UHC | ?h?y | 00111111011010000011111101111001 | 3f683f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)