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 | GL£F¢ | 10010010010001111001001001001100100100011010001110010010010001101001000110100010 | 9247924c91a3924691a2 |
SJIS-WIN | ?G?L?£?F?¢ | 001111110100011100111111010011000011111110000001100100100011111101000110001111111000000110010001 | 3f473f4c3f81923f463f8191 |
EUC-JP | ?G?L?£?F?¢ | 001111110100011100111111010011000011111110100001111100100011111101000110001111111010000111110001 | 3f473f4c3fa1f23f463fa1f1 |
UTF-8 | GL£F¢ | 1100001010010010010001111100001010010010010011001100001010010001110000101010001111000010100100100100011011000010100100011100001010100010 | c29247c2924cc291c2a3c29246c291c2a2 |
UHC | ?G?L???F?? | 00111111010001110011111101001100001111110011111100111111010001100011111100111111 | 3f473f4c3f3f3f463f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)