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 | 111001111011101010001110111011011000111101000101 | e7ba8eed8f45 |
SJIS-WIN | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
EUC-JP | çº?í?E | 100011111010101110101110100011111010001011101011001111111000111110101011101111110011111101000101 | 8fabae8fa2eb3f8fabbf3f45 |
UTF-8 | çºíE | 1100001110100111110000101011101011000010100011101100001110101101110000101000111101000101 | c3a7c2bac28ec3adc28f45 |
UHC | ?º???E | 00111111101010001010110000111111001111110011111101000101 | 3fa8ac3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)