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 | ì²ì±ìø | 1110110010110010100110001110110010110001100101111110110011111000 | ecb298ecb197ecf8 |
SJIS-WIN | ????±??? | 001111110011111100111111001111111000000101111101001111110011111100111111 | 3f3f3f3f817d3f3f3f |
EUC-JP | ì??ì±?ìø | 1000111110101011110000000011111100111111100011111010101111000000101000011101111000111111100011111010101111000000100011111010100111001100 | 8fabc03f3f8fabc0a1de3f8fabc08fa9cc |
UTF-8 | ì²ì±ìø | 11000011101011001100001010110010110000101001100011000011101011001100001010110001110000101001011111000011101011001100001110111000 | c3acc2b2c298c3acc2b1c297c3acc3b8 |
UHC | ?²??±??ø | 0011111110101001111101110011111100111111101000011011111000111111001111111010100110101010 | 3fa9f73f3fa1be3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)