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 | 貿? | 100101100110011000111111 | 96663f |
EUC-JP | 貿? | 110010111100011100111111 | cbc73f |
UTF-8 | 貿손 | 111010001011001010111111111011001000011010010000 | e8b2bfec8690 |
UHC | 貿손 | 11011001111101011011110011010101 | d9f5bcd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)