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 | 111011001001001010010100111010111010000010001011011000111110110010010010100101001110101110100000100010110110001101000010 | ec9294eba08b63ec9294eba08b6342 |
UHC | 쒔렋c쒔렋cB | 1011111010101101100011101010001001100011101111101010110110001110101000100110001101000010 | bead8ea263bead8ea26342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)