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 | ìü¦P | 1110110011111100100011101010011001010000 | ecfc8ea650 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ìü?¦P | 1000111110101011110000001000111110101011111001000011111110001111101000101100001101010000 | 8fabc08fabe43f8fa2c350 |
UTF-8 | ìü¦P | 110000111010110011000011101111001100001010001110110000101010011001010000 | c3acc3bcc28ec2a650 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)