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 | çç¶í | 1110011111100111101101101110110110001110 | e7e7b6ed8e |
SJIS-WIN | ??¶?? | 001111110011111110000001111101110011111100111111 | 3f3f81f73f3f |
EUC-JP | çç¶í? | 100011111010101110101110100011111010101110101110101000101111100110001111101010111011111100111111 | 8fabae8fabaea2f98fabbf3f |
UTF-8 | çç¶í | 11000011101001111100001110100111110000101011011011000011101011011100001010001110 | c3a7c3a7c2b6c3adc28e |
UHC | ??¶?? | 001111110011111110100010110100100011111100111111 | 3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)