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 | ë ºì±@ | 11101011101000001011101011101100101100011000100001000000 | eba0baecb18840 |
| SJIS-WIN | ????±?@ | 0011111100111111001111110011111110000001011111010011111101000000 | 3f3f3f3f817d3f40 |
| EUC-JP | ��@ | 1000111110101011101100110011111110001111101000101110101110001111101010111100000010100001110111100011111101000000 | 8fabb33f8fa2eb8fabc0a1de3f40 |
| UTF-8 | ë ºì±@ | 11000011101010111100001010100000110000101011101011000011101011001100001010110001110000101000100001000000 | c3abc2a0c2bac3acc2b1c28840 |
| UHC | ??º?±?@ | 001111110011111110101000101011000011111110100001101111100011111101000000 | 3f3fa8ac3fa1be3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)