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 | シト宍質^ | 10111100110001001000111010110011100011101011111101011110 | bcc48eb38ebf5e |
EUC-JP | シト宍質^ | 100011101011110010001110110001001011110010110101101111001100000101011110 | 8ebc8ec4bcb5bcc15e |
UTF-8 | シト宍質^ | 11101111101111011011110011101111101111101000010011100101101011101000110111101000101100111010101001011110 | efbdbcefbe84e5ae8de8b3aa5e |
UHC | ???質^ | 001111110011111100111111111100101111010101011110 | 3f3f3ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)