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 | æ¯¬é± | 111001101010111110101100111010011011000110000110 | e6aface9b186 |
SJIS-WIN | ??¬?±? | 0011111100111111100000011100101000111111100000010111110100111111 | 3f3f81ca3f817d3f |
EUC-JP | 毬� | 1000111110101001110000011000111110100010101101001010001011001100100011111010101110110001101000011101111000111111 | 8fa9c18fa2b4a2cc8fabb1a1de3f |
UTF-8 | æ¯¬é± | 110000111010011011000010101011111100001010101100110000111010100111000010101100011100001010000110 | c3a6c2afc2acc3a9c2b1c286 |
UHC | æ???±? | 1010100110100001001111110011111100111111101000011011111000111111 | a9a13f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)