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 | á³çâèìe^ | 1110000110110011111001111110001011101000111011000110010101011110 | e1b3e7e2e8ec655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | á?çâèìe^ | 100011111010101110100001001111111000111110101011101011101000111110101011101001001000111110101011101100101000111110101011110000000110010101011110 | 8faba13f8fabae8faba48fabb28fabc0655e |
UTF-8 | á³çâèìe^ | 1100001110100001110000101011001111000011101001111100001110100010110000111010100011000011101011000110010101011110 | c3a1c2b3c3a7c3a2c3a8c3ac655e |
UHC | ?³????e^ | 001111111010100111111000001111110011111100111111001111110110010101011110 | 3fa9f83f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)