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 | è±î | 11101000101100011000110011101110 | e8b18cee |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | è±?î | 100011111010101110110010101000011101111000111111100011111010101111000010 | 8fabb2a1de3f8fabc2 |
UTF-8 | è±î | 1100001110101000110000101011000111000010100011001100001110101110 | c3a8c2b1c28cc3ae |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)