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 | ð£²^ | 1111000010100011100011101011001001011110 | f0a38eb25e |
| SJIS-WIN | ?£??^ | 001111111000000110010010001111110011111101011110 | 3f81923f3f5e |
| EUC-JP | ð£??^ | 1000111110101001110000111010000111110010001111110011111101011110 | 8fa9c3a1f23f3f5e |
| UTF-8 | ð£²^ | 110000111011000011000010101000111100001010001110110000101011001001011110 | c3b0c2a3c28ec2b25e |
| UHC | ð??²^ | 10101001101000110011111100111111101010011111011101011110 | a9a33f3fa9f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)