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? | 1110101001010011111010100100011100111111 | ea53ea473f |
SJIS-WIN | ?S?G? | 0011111101010011001111110100011100111111 | 3f533f473f |
EUC-JP | êSêGď | 1000111110101011101101000101001110001111101010111011010001000111100011111010101110110000 | 8fabb4538fabb4478fabb0 |
UTF-8 | êSêGď | 1100001110101010010100111100001110101010010001111100010010001111 | c3aa53c3aa47c48f |
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)