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 | íìí | 1110110110001100100111011110110010011110101011011110110110001100 | ed8c9dec9eaded8c |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | í??ì??í? | 1000111110101011101111110011111100111111100011111010101111000000001111110011111110001111101010111011111100111111 | 8fabbf3f3f8fabc03f3f8fabbf3f |
UTF-8 | íìí | 11000011101011011100001010001100110000101001110111000011101011001100001010011110110000101010110111000011101011011100001010001100 | c3adc28cc29dc3acc29ec2adc3adc28c |
UHC | ??????? | 001111110011111100111111001111110011111110100001101010010011111100111111 | 3f3f3f3f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)