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 | ¾Î£è¶ | 10111110110011101000111010100011100011111110100010110110 | bece8ea38fe8b6 |
SJIS-WIN | ???£??¶ | 001111110011111100111111100000011001001000111111001111111000000111110111 | 3f3f3f81923f3f81f7 |
EUC-JP | ?Î?£?è¶ | 00111111100011111010101011000010001111111010000111110010001111111000111110101011101100101010001011111001 | 3f8faac23fa1f23f8fabb2a2f9 |
UTF-8 | ¾Î£è¶ | 1100001010111110110000111000111011000010100011101100001010100011110000101000111111000011101010001100001010110110 | c2bec38ec28ec2a3c28fc3a8c2b6 |
UHC | ¾?????¶ | 101010001111101000111111001111110011111100111111001111111010001011010010 | a8fa3f3f3f3f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)