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 | çºFçº | 1110011110111010100011001000111110001111010001101110011110111010 | e7ba8c8f8f46e7ba |
SJIS-WIN | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
EUC-JP | çº???Fçº | 10001111101010111010111010001111101000101110101100111111001111110011111101000110100011111010101110101110100011111010001011101011 | 8fabae8fa2eb3f3f3f468fabae8fa2eb |
UTF-8 | çºFçº | 110000111010011111000010101110101100001010001100110000101000111111000010100011110100011011000011101001111100001010111010 | c3a7c2bac28cc28fc28f46c3a7c2ba |
UHC | ?º???F?º | 00111111101010001010110000111111001111110011111101000110001111111010100010101100 | 3fa8ac3f3f3f463fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)