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 | 竍反 | 11100010100001111001010010111101 | e28794bd |
EUC-JP | 竍反 | 11100011111001111100100010111111 | e3e7c8bf |
UTF-8 | 竍反 | 111001111010101110001101111001011000111110001101 | e7ab8de58f8d |
UHC | ?反 | 001111111101101011100011 | 3fdae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)