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 | ë¬^c^ | 111010111010110010101101010111100110001101011110 | ebacad5e635e |
SJIS-WIN | ?¬?^c^ | 00111111100000011100101000111111010111100110001101011110 | 3f81ca3f5e635e |
EUC-JP | �^c^ | 100011111010101110110011101000101100110000111111010111100110001101011110 | 8fabb3a2cc3f5e635e |
UTF-8 | ë¬^c^ | 110000111010101111000010101011001100001010101101010111100110001101011110 | c3abc2acc2ad5e635e |
UHC | ??^c^ | 00111111001111111010000110101001010111100110001101011110 | 3f3fa1a95e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)