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 | ç±è²E | 11100111100011111011000111101000101100101000100101000101 | e78fb1e8b28945 |
SJIS-WIN | ??±???E | 0011111100111111100000010111110100111111001111110011111101000101 | 3f3f817d3f3f3f45 |
EUC-JP | ç?±è??E | 100011111010101110101110001111111010000111011110100011111010101110110010001111110011111101000101 | 8fabae3fa1de8fabb23f3f45 |
UTF-8 | ç±è²E | 11000011101001111100001010001111110000101011000111000011101010001100001010110010110000101000100101000101 | c3a7c28fc2b1c3a8c2b2c28945 |
UHC | ??±?²?E | 001111110011111110100001101111100011111110101001111101110011111101000101 | 3f3fa1be3fa9f73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)