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 | 痒笞 | 11100001011110011110001010011010 | e179e29a |
EUC-JP | 痒笞 | 11100001110110101110001111111010 | e1dae3fa |
UTF-8 | 痒笞 | 111001111001011110010010111001111010110010011110 | e79792e7ac9e |
UHC | 痒笞 | 11100101110010101111011111000010 | e5caf7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)