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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 痙v | 111000010111101001110110 | e17a76 |
EUC-JP | 痙v | 111000011101101101110110 | e1db76 |
UTF-8 | 痙v | 11100111100101111001100101110110 | e7979976 |
UHC | 痙v | 110011001110001001110110 | cce276 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)