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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?殲 | 001111111001111101110010 | 3f9f72 |
EUC-JP | ?殲 | 001111111101110111010011 | 3fddd3 |
UTF-8 | 쒳殲 | 111011001001001010110011111001101010111010110010 | ec92b3e6aeb2 |
UHC | 쒳殲 | 10011101010010101110000011101000 | 9d4ae0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)