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 | ë«ë¬° | 111010111010101110010101111010111010110010110000 | ebab95ebacb0 |
SJIS-WIN | ????¬° | 0011111100111111001111110011111110000001110010101000000110001011 | 3f3f3f3f81ca818b |
EUC-JP | ë??묰 | 100011111010101110110011001111110011111110001111101010111011001110100010110011001010000111101011 | 8fabb33f3f8fabb3a2cca1eb |
UTF-8 | ë«ë¬° | 110000111010101111000010101010111100001010010101110000111010101111000010101011001100001010110000 | c3abc2abc295c3abc2acc2b0 |
UHC | ?????° | 00111111001111110011111100111111001111111010000111000110 | 3f3f3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)