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 | 111000010100000001011001 | e14059 |
SJIS-WIN | ?@Y | 001111110100000001011001 | 3f4059 |
EUC-JP | á@Y | 1000111110101011101000010100000001011001 | 8faba14059 |
UTF-8 | á@Y | 11000011101000010100000001011001 | c3a14059 |
UHC | ?@Y | 001111110100000001011001 | 3f4059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)