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 | à~êç@^ | 11100000011111101000101011101010111001110100000001011110 | e07e8aeae7405e |
SJIS-WIN | ?~???@^ | 00111111011111100011111100111111001111110100000001011110 | 3f7e3f3f3f405e |
EUC-JP | à~?êç@^ | 10001111101010111010001001111110001111111000111110101011101101001000111110101011101011100100000001011110 | 8faba27e3f8fabb48fabae405e |
UTF-8 | à~êç@^ | 1100001110100000011111101100001010001010110000111010101011000011101001110100000001011110 | c3a07ec28ac3aac3a7405e |
UHC | ?~???@^ | 00111111011111100011111100111111001111110100000001011110 | 3f7e3f3f3f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)