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 | ?占 | 001111111001000011101000 | 3f90e8 |
EUC-JP | ?占 | 001111111100000011101010 | 3fc0ea |
UTF-8 | 횞占 | 111011011001101010011110111001011000110110100000 | ed9a9ee58da0 |
UHC | 횞占 | 11000011100101111110111110111111 | c397efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)