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 | 11100110111011011011000111101000101100101000100101000101 | e6edb1e8b28945 |
SJIS-WIN | ??±???E | 0011111100111111100000010111110100111111001111110011111101000101 | 3f3f817d3f3f3f45 |
EUC-JP | æí±è??E | 1000111110101001110000011000111110101011101111111010000111011110100011111010101110110010001111110011111101000101 | 8fa9c18fabbfa1de8fabb23f3f45 |
UTF-8 | æí±è²E | 11000011101001101100001110101101110000101011000111000011101010001100001010110010110000101000100101000101 | c3a6c3adc2b1c3a8c2b2c28945 |
UHC | æ?±?²?E | 10101001101000010011111110100001101111100011111110101001111101110011111101000101 | a9a13fa1be3fa9f73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)