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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辷宣賢^ | 11100111100010001001000011101001100011001010101101011110 | e78890e98cab5e |
EUC-JP | 辷宣賢^ | 11101101111010001100000011101011101110001010110101011110 | ede8c0ebb8ad5e |
UTF-8 | 辷宣賢^ | 11101000101111101011011111100101101011101010001111101000101100111010001001011110 | e8beb7e5aea3e8b3a25e |
UHC | ?宣賢^ | 001111111110000010111110111110101110011101011110 | 3fe0befae75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)