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 | è±è¾¿^ | 11101000100001001011000111101000101111101011111101011110 | e884b1e8bebf5e |
SJIS-WIN | ??±???^ | 0011111100111111100000010111110100111111001111110011111101011110 | 3f3f817d3f3f3f5e |
EUC-JP | ��^ | 1000111110101011101100100011111110100001110111101000111110101011101100100011111110001111101000101100010001011110 | 8fabb23fa1de8fabb23f8fa2c45e |
UTF-8 | è±è¾¿^ | 11000011101010001100001010000100110000101011000111000011101010001100001010111110110000101011111101011110 | c3a8c284c2b1c3a8c2bec2bf5e |
UHC | ??±?¾¿^ | 00111111001111111010000110111110001111111010100011111010101000101010111101011110 | 3f3fa1be3fa8faa2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)