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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ∫???∫^ | 1000000111100111001111110011111100111111100000011110011101011110 | 81e73f3f3f81e75e |
EUC-JP | ∫???∫^ | 1010001011101001001111110011111100111111101000101110100101011110 | a2e93f3f3fa2e95e |
UTF-8 | ∫룫킃▣∫^ | 11100010100010001010101111101011101000111010101111101101100000101000001111100010100101101010001111100010100010001010101101011110 | e288abeba3abed8283e296a3e288ab5e |
UHC | ∫룫킃▣∫^ | 1010000111110010100011111010001010110100100011111010001011000011101000011111001001011110 | a1f28fa2b48fa2c3a1f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)