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 | é±ï½¿^ | 11101001100110101011000111101111101111011011111101011110 | e99ab1efbdbf5e |
| SJIS-WIN | ??±???^ | 0011111100111111100000010111110100111111001111110011111101011110 | 3f3f817d3f3f3f5e |
| EUC-JP | ��^ | 1000111110101011101100010011111110100001110111101000111110101011110000010011111110001111101000101100010001011110 | 8fabb13fa1de8fabc13f8fa2c45e |
| UTF-8 | é±ï½¿^ | 11000011101010011100001010011010110000101011000111000011101011111100001010111101110000101011111101011110 | c3a9c29ac2b1c3afc2bdc2bf5e |
| UHC | ??±?½¿^ | 00111111001111111010000110111110001111111010100011110110101000101010111101011110 | 3f3fa1be3fa8f6a2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)