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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 足??ⅲ | 100100011010101100111111001111111111101001000010 | 91ab3f3ffa42 |
| EUC-JP | 足??? | 1100001010101101001111110011111100111111 | c2ad3f3f3f |
| UTF-8 | 足펜렪ⅲ | 111010001011011010110011111011011000111010011100111010111010000010101010111000101000010110110010 | e8b6b3ed8e9ceba0aae285b2 |
| UHC | 足펜렪ⅲ | 1111000011101011110001101110011010001110101110001010010110100011 | f0ebc6e68eb8a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)