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 | ô³ß¾£ | 1111010010110011110111111011111010100011 | f4b3dfbea3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | ô?ß?£ | 10001111101010111101010000111111100011111010100111001110001111111010000111110010 | 8fabd43f8fa9ce3fa1f2 |
UTF-8 | ô³ß¾£ | 11000011101101001100001010110011110000111001111111000010101111101100001010100011 | c3b4c2b3c39fc2bec2a3 |
UHC | ?³ß¾? | 0011111110101001111110001010100110101100101010001111101000111111 | 3fa9f8a9aca8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)