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 | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-WIN | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
EUC-JP | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
UTF-8 | 쒔렣쒀렊wh | 1110110010010010100101001110101110100000101000111110110010010010100000001110101110100000100010100111011101101000 | ec9294eba0a3ec9280eba08a7768 |
UHC | 쒔렣쒀렊wh | 10111110101011011000111010110100101111101010110010001110101000010111011101101000 | bead8eb4beac8ea17768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)