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 | ?x?xB | 0011111101111000001111110111100001000010 | 3f783f7842 |
| SJIS-WIN | ?x?xB | 0011111101111000001111110111100001000010 | 3f783f7842 |
| EUC-JP | ?x?xB | 0011111101111000001111110111100001000010 | 3f783f7842 |
| UTF-8 | 묮x묮xB | 111010111010110010101110011110001110101110101100101011100111100001000010 | ebacae78ebacae7842 |
| UHC | 묮x묮xB | 10010010010001010111100010010010010001010111100001000010 | 92457892457842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)