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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 讌肥虻 | 111001101010010110010100111011001000100010111000 | e6a594ec88b8 |
| EUC-JP | 讌肥虻 | 111011001010011111001000111011101011000010111010 | eca7c8eeb0ba |
| UTF-8 | 讌肥虻 | 111010001010111010001100111010001000001010100101111010001001100110111011 | e8ae8ce882a5e899bb |
| UHC | ?肥? | 00111111110111011111111000111111 | 3fddfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)