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 | è±xè±xB | 111010001000010010110001011110001110100010000100101100010111100001000010 | e884b178e884b17842 |
| SJIS-WIN | ??±x??±xB | 0011111100111111100000010111110101111000001111110011111110000001011111010111100001000010 | 3f3f817d783f3f817d7842 |
| EUC-JP | è?±xè?±xB | 100011111010101110110010001111111010000111011110011110001000111110101011101100100011111110100001110111100111100001000010 | 8fabb23fa1de788fabb23fa1de7842 |
| UTF-8 | è±xè±xB | 110000111010100011000010100001001100001010110001011110001100001110101000110000101000010011000010101100010111100001000010 | c3a8c284c2b178c3a8c284c2b17842 |
| UHC | ??±x??±xB | 0011111100111111101000011011111001111000001111110011111110100001101111100111100001000010 | 3f3fa1be783f3fa1be7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)