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 | 11001100101011111111101111011111110011101011001101000010 | ccaffbdfceb342 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ̯ûßÎ?B | 1000111110101010110000001000111110100010101101001000111110101011111001011000111110101001110011101000111110101010110000100011111101000010 | 8faac08fa2b48fabe58fa9ce8faac23f42 |
UTF-8 | ̯ûßγB | 11000011100011001100001010101111110000111011101111000011100111111100001110001110110000101011001101000010 | c38cc2afc3bbc39fc38ec2b342 |
UHC | ???ß?³B | 001111110011111100111111101010011010110000111111101010011111100001000010 | 3f3f3fa9ac3fa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)