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 | 竍徇 | 11100010100001111001110001101101 | e2879c6d |
EUC-JP | 竍徇 | 11100011111001111101011111001110 | e3e7d7ce |
UTF-8 | 竍徇 | 111001111010101110001101111001011011111010000111 | e7ab8de5be87 |
UHC | ?徇 | 001111111110001011011111 | 3fe2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)