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??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
SJIS-WIN | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
EUC-JP | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
UTF-8 | 쒔렣c쒔렣cB | 111011001001001010010100111010111010000010100011011000111110110010010010100101001110101110100000101000110110001101000010 | ec9294eba0a363ec9294eba0a36342 |
UHC | 쒔렣c쒔렣cB | 1011111010101101100011101011010001100011101111101010110110001110101101000110001101000010 | bead8eb463bead8eb46342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)