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 | 闡ャ彧隷ア | 1110100010010001101011001111101010111001100101111110101010110001 | e891acfab997eab1 |
| EUC-JP | 闡ャ彧隷ア | 1110111111110001100011101010110010001111101111001111111011001110111011001000111010110001 | eff18eac8fbcfeceec8eb1 |
| UTF-8 | 闡ャ彧隷ア | 111010011001011110100001111011111011110110101100111001011011110110100111111010011001101010110111111011111011110110110001 | e997a1efbdace5bda7e99ab7efbdb1 |
| UHC | 闡?彧隷? | 1111010011000101001111111110100111101110110101101100101100111111 | f4c53fe9eed6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)