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 | åGe | 11100101010001111001100001100101 | e5479865 |
SJIS-WIN | ?G?e | 00111111010001110011111101100101 | 3f473f65 |
EUC-JP | åG?e | 100011111010101110101001010001110011111101100101 | 8faba9473f65 |
UTF-8 | åGe | 110000111010010101000111110000101001100001100101 | c3a547c29865 |
UHC | ?G?e | 00111111010001110011111101100101 | 3f473f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)