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 | ë°x | 11101011101100001000001001111000 | ebb08278 |
SJIS-WIN | ?°?x | 0011111110000001100010110011111101111000 | 3f818b3f78 |
EUC-JP | ë°?x | 10001111101010111011001110100001111010110011111101111000 | 8fabb3a1eb3f78 |
UTF-8 | ë°x | 11000011101010111100001010110000110000101000001001111000 | c3abc2b0c28278 |
UHC | ?°?x | 0011111110100001110001100011111101111000 | 3fa1c63f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)