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 | ågAY | 11100101011001110100000101011001 | e5674159 |
SJIS-WIN | ?gAY | 00111111011001110100000101011001 | 3f674159 |
EUC-JP | ågAY | 100011111010101110101001011001110100000101011001 | 8faba9674159 |
UTF-8 | ågAY | 1100001110100101011001110100000101011001 | c3a5674159 |
UHC | ?gAY | 00111111011001110100000101011001 | 3f674159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)