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 | GX§F° | 10010010010001111001001001011000100100011010011110010010010001101001000110110000 | 9247925891a7924691b0 |
SJIS-WIN | ?G?X?§?F?° | 001111110100011100111111010110000011111110000001100110000011111101000110001111111000000110001011 | 3f473f583f81983f463f818b |
EUC-JP | ?G?X?§?F?° | 001111110100011100111111010110000011111110100001111110000011111101000110001111111010000111101011 | 3f473f583fa1f83f463fa1eb |
UTF-8 | GX§F° | 1100001010010010010001111100001010010010010110001100001010010001110000101010011111000010100100100100011011000010100100011100001010110000 | c29247c29258c291c2a7c29246c291c2b0 |
UHC | ?G?X?§?F?° | 001111110100011100111111010110000011111110100001110101110011111101000110001111111010000111000110 | 3f473f583fa1d73f463fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)