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 | ë¬^e^ | 111010111010110010101101010111100110010101011110 | ebacad5e655e |
SJIS-WIN | ?¬?^e^ | 00111111100000011100101000111111010111100110010101011110 | 3f81ca3f5e655e |
EUC-JP | �^e^ | 100011111010101110110011101000101100110000111111010111100110010101011110 | 8fabb3a2cc3f5e655e |
UTF-8 | ë¬^e^ | 110000111010101111000010101011001100001010101101010111100110010101011110 | c3abc2acc2ad5e655e |
UHC | ??^e^ | 00111111001111111010000110101001010111100110010101011110 | 3f3fa1a95e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)