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 | 溿エ譿エ | 111110110100101010110100111110111010110010110100 | fb4ab4fbacb4 |
| EUC-JP | 溿エ?エ | 1000111111001000101100011000111010110100001111111000111010110100 | 8fc8b18eb43f8eb4 |
| UTF-8 | 溿エ譿エ | 111001101011101010111111111011111011110110110100111010001010110110111111111011111011110110110100 | e6babfefbdb4e8adbfefbdb4 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)