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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 蝓腫℃魘ェB | 11100101100111111000111011101110100000011000111011101001101101001010101001000010 | e59f8eee818ee9b4aa42 |
| EUC-JP | 蝓腫℃魘ェB | 1110101010100001101111001111000010100001111011101111001010110110100011101010101001000010 | eaa1bcf0a1eef2b68eaa42 |
| UTF-8 | 蝓腫℃魘ェB | 11101000100111011001001111101000100001011010101111100010100001001000001111101001101011011001100011101111101111011010101001000010 | e89d93e885abe28483e9ad98efbdaa42 |
| UHC | ?腫℃??B | 0011111111110000111111101010000111001001001111110011111101000010 | 3ff0fea1c93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)