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 | æ®²ä» | 1110011010101110101100101110010010111011 | e6aeb2e4bb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æ®?ä? | 1000111110101001110000011000111110100010111011100011111110001111101010111010001100111111 | 8fa9c18fa2ee3f8faba33f |
UTF-8 | æ®²ä» | 11000011101001101100001010101110110000101011001011000011101001001100001010111011 | c3a6c2aec2b2c3a4c2bb |
UHC | 殲?? | 1010100110100001101000101110011110101001111101110011111100111111 | a9a1a2e7a9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)