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 | å±ç¸^ | 11100101100011111011000111100111101110001001111001011110 | e58fb1e7b89e5e |
SJIS-WIN | ??±???^ | 0011111100111111100000010111110100111111001111110011111101011110 | 3f3f817d3f3f3f5e |
EUC-JP | ��^ | 1000111110101011101010010011111110100001110111101000111110101011101011101000111110100010101100010011111101011110 | 8faba93fa1de8fabae8fa2b13f5e |
UTF-8 | å±ç¸^ | 11000011101001011100001010001111110000101011000111000011101001111100001010111000110000101001111001011110 | c3a5c28fc2b1c3a7c2b8c29e5e |
UHC | ??±?¸?^ | 001111110011111110100001101111100011111110100010101011000011111101011110 | 3f3fa1be3fa2ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)