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æLêG | 111010100101001111100110010011001110101001000111 | ea53e64cea47 |
SJIS-WIN | ?S?L?G | 001111110101001100111111010011000011111101000111 | 3f533f4c3f47 |
EUC-JP | êSæLêG | 100011111010101110110100010100111000111110101001110000010100110010001111101010111011010001000111 | 8fabb4538fa9c14c8fabb447 |
UTF-8 | êSæLêG | 110000111010101001010011110000111010011001001100110000111010101001000111 | c3aa53c3a64cc3aa47 |
UHC | ?SæL?G | 00111111010100111010100110100001010011000011111101000111 | 3f53a9a14c3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)