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 | àoY | 111000000110111101011001 | e06f59 |
SJIS-WIN | ?oY | 001111110110111101011001 | 3f6f59 |
EUC-JP | àoY | 1000111110101011101000100110111101011001 | 8faba26f59 |
UTF-8 | àoY | 11000011101000000110111101011001 | c3a06f59 |
UHC | ?oY | 001111110110111101011001 | 3f6f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)