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 | 11101000100100111000011011100111101111111001010001000111 | e89386e7bf9447 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | è??ç¿?G | 10001111101010111011001000111111001111111000111110101011101011101000111110100010110001000011111101000111 | 8fabb23f3f8fabae8fa2c43f47 |
UTF-8 | èç¿G | 11000011101010001100001010010011110000101000011011000011101001111100001010111111110000101001010001000111 | c3a8c293c286c3a7c2bfc29447 |
UHC | ????¿?G | 0011111100111111001111110011111110100010101011110011111101000111 | 3f3f3f3fa2af3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)