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 | Þä?? | 11011110111001000011111100111111 | dee43f3f |
| SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
| EUC-JP | Þäō蹕 | 1000111110101001101100001000111110101011101000111000111110101011110101111110110110101011 | 8fa9b08faba38fabd7edab |
| UTF-8 | Þäō蹕 | 110000111001111011000011101001001100010110001101111010001011100110010101 | c39ec3a4c58de8b995 |
| UHC | Þ??? | 1010100010101101001111110011111100111111 | a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)