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 | ì¶¹ | 11101100101101101000111010111001 | ecb68eb9 |
| SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
| EUC-JP | ì¶?? | 10001111101010111100000010100010111110010011111100111111 | 8fabc0a2f93f3f |
| UTF-8 | ì¶¹ | 1100001110101100110000101011011011000010100011101100001010111001 | c3acc2b6c28ec2b9 |
| UHC | ?¶?¹ | 001111111010001011010010001111111010100111110110 | 3fa2d23fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)