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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ∫???∫B | 1000000111100111001111110011111100111111100000011110011101000010 | 81e73f3f3f81e742 |
EUC-JP | ∫???∫B | 1010001011101001001111110011111100111111101000101110100101000010 | a2e93f3f3fa2e942 |
UTF-8 | ∫룫킃▣∫B | 11100010100010001010101111101011101000111010101111101101100000101000001111100010100101101010001111100010100010001010101101000010 | e288abeba3abed8283e296a3e288ab42 |
UHC | ∫룫킃▣∫B | 1010000111110010100011111010001010110100100011111010001011000011101000011111001001000010 | a1f28fa2b48fa2c3a1f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)