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 | èDí] | 111010000100010010001111111011011000001101011101 | e8448fed835d |
SJIS-WIN | ?D???] | 001111110100010000111111001111110011111101011101 | 3f443f3f3f5d |
EUC-JP | èD?í?] | 10001111101010111011001001000100001111111000111110101011101111110011111101011101 | 8fabb2443f8fabbf3f5d |
UTF-8 | èDí] | 11000011101010000100010011000010100011111100001110101101110000101000001101011101 | c3a844c28fc3adc2835d |
UHC | ?D???] | 001111110100010000111111001111110011111101011101 | 3f443f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)