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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 耶??踰? | 10010110111010110011111100111111111001101111101000111111 | 96eb3f3fe6fa3f |
| EUC-JP | 耶??踰? | 11001100111011010011111100111111111011001111110000111111 | cced3f3fecfc3f |
| UTF-8 | 耶섊쉸踰꿁 | 111010001000000010110110111011001000010010001010111011001000100110111000111010001011100010110000111010101011111110000001 | e880b6ec848aec89b8e8b8b0eabf81 |
| UHC | 耶섊쉸踰꿁 | 11100101101011011001100011100111100110101000111011101011101100101000010101000010 | e5ad98e79a8eebb28542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)