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 | íãå±èú | 1110110111100011100110111110010110001111101100011110100011111010 | ede39be58fb1e8fa |
SJIS-WIN | ?????±?? | 001111110011111100111111001111110011111110000001011111010011111100111111 | 3f3f3f3f3f817d3f3f |
EUC-JP | íã?å?±èú | 10001111101010111011111110001111101010111010101000111111100011111010101110101001001111111010000111011110100011111010101110110010100011111010101111100010 | 8fabbf8fabaa3f8faba93fa1de8fabb28fabe2 |
UTF-8 | íãå±èú | 11000011101011011100001110100011110000101001101111000011101001011100001010001111110000101011000111000011101010001100001110111010 | c3adc3a3c29bc3a5c28fc2b1c3a8c3ba |
UHC | ?????±?? | 001111110011111100111111001111110011111110100001101111100011111100111111 | 3f3f3f3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)