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 | Ì¿ý±»B | 10001111110011001011111111111101101100011011101101000010 | 8fccbffdb1bb42 |
SJIS-WIN | ????±?B | 0011111100111111001111110011111110000001011111010011111101000010 | 3f3f3f3f817d3f42 |
EUC-JP | ?Ì¿ý±?B | 0011111110001111101010101100000010001111101000101100010010001111101010111111001010100001110111100011111101000010 | 3f8faac08fa2c48fabf2a1de3f42 |
UTF-8 | Ì¿ý±»B | 11000010100011111100001110001100110000101011111111000011101111011100001010110001110000101011101101000010 | c28fc38cc2bfc3bdc2b1c2bb42 |
UHC | ??¿?±?B | 001111110011111110100010101011110011111110100001101111100011111101000010 | 3f3fa2af3fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)