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 | ç²®[BF | 111001111011001010101110010110110100001001000110 | e7b2ae5b4246 |
SJIS-WIN | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
EUC-JP | ç?®[BF | 10001111101010111010111000111111100011111010001011101110010110110100001001000110 | 8fabae3f8fa2ee5b4246 |
UTF-8 | ç²®[BF | 110000111010011111000010101100101100001010101110010110110100001001000110 | c3a7c2b2c2ae5b4246 |
UHC | ?²®[BF | 0011111110101001111101111010001011100111010110110100001001000110 | 3fa9f7a2e75b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)