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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 愕巡愕巡B | 100111001011000110001111100001001001110010110001100011111000010001000010 | 9cb18f849cb18f8442 |
| EUC-JP | 愕巡愕巡B | 110110001011001110111101111001001101100010110011101111011110010001000010 | d8b3bde4d8b3bde442 |
| UTF-8 | 愕巡愕巡B | 11100110100001001001010111100101101101111010000111100110100001001001010111100101101101111010000101000010 | e68495e5b7a1e68495e5b7a142 |
| UHC | 愕巡愕巡B | 111001001100001111100010110111101110010011000011111000101101111001000010 | e4c3e2dee4c3e2de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)