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 | ????wF | 001111110011111100111111001111110111011101000110 | 3f3f3f3f7746 |
SJIS-WIN | ?襲??wF | 00111111100011110101000000111111001111110111011101000110 | 3f8f503f3f7746 |
EUC-JP | ?襲??wF | 00111111101111011011000100111111001111110111011101000110 | 3fbdb13f3f7746 |
UTF-8 | 쒔襲쒔렊wF | 1110110010010010100101001110100010100101101100101110110010010010100101001110101110100000100010100111011101000110 | ec9294e8a5b2ec9294eba08a7746 |
UHC | 쒔襲쒔렊wF | 10111110101011011110001110101001101111101010110110001110101000010111011101000110 | beade3a9bead8ea17746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)