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 | ??@??? | 001111110011111101000000001111110011111100111111 | 3f3f403f3f3f |
SJIS-WIN | ??@??? | 001111110011111101000000001111110011111100111111 | 3f3f403f3f3f |
EUC-JP | ??@??? | 001111110011111101000000001111110011111100111111 | 3f3f403f3f3f |
UTF-8 | 쒔렔@쒔렜렋 | 11101100100100101001010011101011101000001001010001000000111011001001001010010100111010111010000010011100111010111010000010001011 | ec9294eba09440ec9294eba09ceba08b |
UHC | 쒔렔@쒔렜렋 | 1011111010101101100011101010100101000000101111101010110110001110101011101000111010100010 | bead8ea940bead8eae8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)