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 | É°ýo | 1000111111001001101100001111110101101111 | 8fc9b0fd6f |
SJIS-WIN | ??°?o | 001111110011111110000001100010110011111101101111 | 3f3f818b3f6f |
EUC-JP | ?É°ýo | 00111111100011111010101010110001101000011110101110001111101010111111001001101111 | 3f8faab1a1eb8fabf26f |
UTF-8 | É°ýo | 110000101000111111000011100010011100001010110000110000111011110101101111 | c28fc389c2b0c3bd6f |
UHC | ??°?o | 001111110011111110100001110001100011111101101111 | 3f3fa1c63f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)