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 | ¶fßÁ | 100101111011011010000001011001101101111111000001 | 97b68166dfc1 |
SJIS-WIN | ?¶?f?? | 00111111100000011111011100111111011001100011111100111111 | 3f81f73f663f3f |
EUC-JP | ?¶?fßÁ | 0011111110100010111110010011111101100110100011111010100111001110100011111010101010100001 | 3fa2f93f668fa9ce8faaa1 |
UTF-8 | ¶fßÁ | 1100001010010111110000101011011011000010100000010110011011000011100111111100001110000001 | c297c2b6c28166c39fc381 |
UHC | ?¶?fß? | 0011111110100010110100100011111101100110101010011010110000111111 | 3fa2d23f66a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)