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 | êäêäF | 1110101011100100111010101110010001000110 | eae4eae446 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | êäêäF | 10001111101010111011010010001111101010111010001110001111101010111011010010001111101010111010001101000110 | 8fabb48faba38fabb48faba346 |
UTF-8 | êäêäF | 110000111010101011000011101001001100001110101010110000111010010001000110 | c3aac3a4c3aac3a446 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)