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 | çâG | 100111111110011111100010100101111001101101000111 | 9fe7e2979b47 |
SJIS-WIN | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
EUC-JP | ?çâ??G | 00111111100011111010101110101110100011111010101110100100001111110011111101000111 | 3f8fabae8faba43f3f47 |
UTF-8 | çâG | 1100001010011111110000111010011111000011101000101100001010010111110000101001101101000111 | c29fc3a7c3a2c297c29b47 |
UHC | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)