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 | 耶?オ | 1001011011101011001111111000001101001001 | 96eb3f8349 |
| EUC-JP | 耶?オ | 1100110011101101001111111010010110101010 | cced3fa5aa |
| UTF-8 | 耶섊オ | 111010001000000010110110111011001000010010001010111000111000001010101010 | e880b6ec848ae382aa |
| UHC | 耶섊オ | 111001011010110110011000111001111010101110101010 | e5ad98e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)