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 | á³çâèì~ | 11100001101100111110011111100010111010001110110001111110 | e1b3e7e2e8ec7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | á?çâèì~ | 1000111110101011101000010011111110001111101010111010111010001111101010111010010010001111101010111011001010001111101010111100000001111110 | 8faba13f8fabae8faba48fabb28fabc07e |
UTF-8 | á³çâèì~ | 11000011101000011100001010110011110000111010011111000011101000101100001110101000110000111010110001111110 | c3a1c2b3c3a7c3a2c3a8c3ac7e |
UHC | ?³????~ | 0011111110101001111110000011111100111111001111110011111101111110 | 3fa9f83f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)