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 | êSêG | 1110101001010011111010100100011110011111 | ea53ea479f |
SJIS-WIN | ?S?G? | 0011111101010011001111110100011100111111 | 3f533f473f |
EUC-JP | êSêG? | 100011111010101110110100010100111000111110101011101101000100011100111111 | 8fabb4538fabb4473f |
UTF-8 | êSêG | 1100001110101010010100111100001110101010010001111100001010011111 | c3aa53c3aa47c29f |
UHC | ?S?G? | 0011111101010011001111110100011100111111 | 3f533f473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)