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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??削◇ | 001111110011111110001101111011011000000110011110 | 3f3f8ded819e |
| EUC-JP | ??削◇ | 001111110011111110111010111011111010000111111110 | 3f3fbaefa1fe |
| UTF-8 | 룶에削◇ | 111010111010001110110110111011001001011110010000111001011000100110001010111000101001011110000111 | eba3b6ec9790e5898ae29787 |
| UHC | 룶에削◇ | 1000111110101011101111111010000111011110111110111010000111011110 | 8fabbfa1defba1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)