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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 粽羌粽羌^ | 111000101110111011100011101100111110001011101110111000111011001101011110 | e2eee3b3e2eee3b35e |
EUC-JP | 粽羌粽羌^ | 111001001111000011100110101101011110010011110000111001101011010101011110 | e4f0e6b5e4f0e6b55e |
UTF-8 | 粽羌粽羌^ | 11100111101100101011110111100111101111101000110011100111101100101011110111100111101111101000110001011110 | e7b2bde7be8ce7b2bde7be8c5e |
UHC | ?羌?羌^ | 00111111110010111011011000111111110010111011011001011110 | 3fcbb63fcbb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)