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 | ??c??RB | 00111111001111110110001100111111001111110101001001000010 | 3f3f633f3f5242 |
SJIS-WIN | ??c??RB | 00111111001111110110001100111111001111110101001001000010 | 3f3f633f3f5242 |
EUC-JP | ??c??RB | 00111111001111110110001100111111001111110101001001000010 | 3f3f633f3f5242 |
UTF-8 | 쒔렎c쒔렎RB | 111011001001001010010100111010111010000010001110011000111110110010010010100101001110101110100000100011100101001001000010 | ec9294eba08e63ec9294eba08e5242 |
UHC | 쒔렎c쒔렎RB | 1011111010101101100011101010010001100011101111101010110110001110101001000101001001000010 | bead8ea463bead8ea45242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)