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 | ^lùèº^ | 10011110010111101001011101101100100111111111100111101000101110101001111001011110 | 9e5e976c9ff9e8ba9e5e |
SJIS-WIN | ?^?l?????^ | 00111111010111100011111101101100001111110011111100111111001111110011111101011110 | 3f5e3f6c3f3f3f3f3f5e |
EUC-JP | ?^?l?ùèº?^ | 00111111010111100011111101101100001111111000111110101011111000111000111110101011101100101000111110100010111010110011111101011110 | 3f5e3f6c3f8fabe38fabb28fa2eb3f5e |
UTF-8 | ^lùèº^ | 1100001010011110010111101100001010010111011011001100001010011111110000111011100111000011101010001100001010111010110000101001111001011110 | c29e5ec2976cc29fc3b9c3a8c2bac29e5e |
UHC | ?^?l???º?^ | 0011111101011110001111110110110000111111001111110011111110101000101011000011111101011110 | 3f5e3f6c3f3f3fa8ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)