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 | ú·³ | 111110101011011110110011 | fab7b3 |
| SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ú?? | 1000111110101011111000100011111100111111 | 8fabe23f3f |
| UTF-8 | ú·³ | 110000111011101011000010101101111100001010110011 | c3bac2b7c2b3 |
| UHC | ?·³ | 0011111110100001101001001010100111111000 | 3fa1a4a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)