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éê | 111010100101001111101010010001111110100111101010 | ea53ea47e9ea |
SJIS-WIN | ?S?G?? | 001111110101001100111111010001110011111100111111 | 3f533f473f3f |
EUC-JP | êSêGéê | 1000111110101011101101000101001110001111101010111011010001000111100011111010101110110001100011111010101110110100 | 8fabb4538fabb4478fabb18fabb4 |
UTF-8 | êSêGéê | 11000011101010100101001111000011101010100100011111000011101010011100001110101010 | c3aa53c3aa47c3a9c3aa |
UHC | ?S?G?? | 001111110101001100111111010001110011111100111111 | 3f533f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)