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 | ?貿 | 001111111001011001100110 | 3f9666 |
EUC-JP | ?貿 | 001111111100101111000111 | 3fcbc7 |
UTF-8 | 챦貿 | 111011001011000110100110111010001011001010111111 | ecb1a6e8b2bf |
UHC | 챦貿 | 11000011101011111101100111110101 | c3afd9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)