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 | ìù·®^ | 1110110011111001101101111010111001011110 | ecf9b7ae5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ìù?®^ | 1000111110101011110000001000111110101011111000110011111110001111101000101110111001011110 | 8fabc08fabe33f8fa2ee5e |
UTF-8 | ìù·®^ | 110000111010110011000011101110011100001010110111110000101010111001011110 | c3acc3b9c2b7c2ae5e |
UHC | ??·®^ | 00111111001111111010000110100100101000101110011101011110 | 3f3fa1a4a2e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)