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 | úÐÞØ^ | 1111101011010000110111101101100001011110 | fad0ded85e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ú?ÞØ^ | 1000111110101011111000100011111110001111101010011011000010001111101010011010110001011110 | 8fabe23f8fa9b08fa9ac5e |
UTF-8 | úÐÞØ^ | 110000111011101011000011100100001100001110011110110000111001100001011110 | c3bac390c39ec3985e |
UHC | ?ÐÞØ^ | 0011111110101000101000101010100010101101101010001010101001011110 | 3fa8a2a8ada8aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)