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 | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 篠セト汐P | 10001110110000101011111011000100100011101010110001010000 | 8ec2bec48eac50 |
EUC-JP | 篠セト汐P | 101111001100010010001110101111101000111011000100101111001010111001010000 | bcc48ebe8ec4bcae50 |
UTF-8 | 篠セト汐P | 11100111101011111010000011101111101111011011111011101111101111101000010011100110101100011001000001010000 | e7afa0efbdbeefbe84e6b19050 |
UHC | 篠??汐P | 11100001110001100011111100111111111000001011000101010000 | e1c63f3fe0b150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)