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 | àuh | 111000000111010101101000 | e07568 |
SJIS-WIN | ?uh | 001111110111010101101000 | 3f7568 |
EUC-JP | àuh | 1000111110101011101000100111010101101000 | 8faba27568 |
UTF-8 | àuh | 11000011101000000111010101101000 | c3a07568 |
UHC | ?uh | 001111110111010101101000 | 3f7568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)