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 | 00111111100101111000000100111111001111110111011101000110 | 3f97813f3f7746 |
EUC-JP | ?浴??wF | 00111111110011011110000100111111001111110111011101000110 | 3fcde13f3f7746 |
UTF-8 | 쒔浴쒔렊wF | 1110110010010010100101001110011010110101101101001110110010010010100101001110101110100000100010100111011101000110 | ec9294e6b5b4ec9294eba08a7746 |
UHC | 쒔浴쒔렊wF | 10111110101011011110100110110001101111101010110110001110101000010111011101000110 | beade9b1bead8ea17746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)