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 | 瑩肯 | 11100000111100001000110101101101 | e0f08d6d |
EUC-JP | 瑩肯 | 11100000111100101011100111001110 | e0f2b9ce |
UTF-8 | 瑩肯 | 111001111001000110101001111010001000001010101111 | e791a9e882af |
UHC | 瑩肯 | 11111011101010011101000011101001 | fba9d0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)