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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 鮏糶遮汐^ | 111111000100001111100010111110101000111011010101100011101010110001011110 | fc43e2fa8ed58eac5e |
| EUC-JP | 鮏糶遮汐^ | 10001111111010101101101111100100111111001011110011010111101111001010111001011110 | 8feadbe4fcbcd7bcae5e |
| UTF-8 | 鮏糶遮汐^ | 11101001101011101000111111100111101100111011011011101001100000011010111011100110101100011001000001011110 | e9ae8fe7b3b6e981aee6b1905e |
| UHC | ??遮汐^ | 00111111001111111111001110110100111000001011000101011110 | 3f3ff3b4e0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)