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 | äàÞûëÔ^ | 11100100111000001101111011111011111010111101010001011110 | e4e0defbebd45e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | äàÞûëÔ^ | 10001111101010111010001110001111101010111010001010001111101010011011000010001111101010111110010110001111101010111011001110001111101010101101010001011110 | 8faba38faba28fa9b08fabe58fabb38faad45e |
UTF-8 | äàÞûëÔ^ | 11000011101001001100001110100000110000111001111011000011101110111100001110101011110000111001010001011110 | c3a4c3a0c39ec3bbc3abc3945e |
UHC | ??Þ???^ | 0011111100111111101010001010110100111111001111110011111101011110 | 3f3fa8ad3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)