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 | â¼í¸ | 11100010101111001110110110111000 | e2bcedb8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | â?í¸ | 10001111101010111010010000111111100011111010101110111111100011111010001010110001 | 8faba43f8fabbf8fa2b1 |
UTF-8 | â¼í¸ | 1100001110100010110000101011110011000011101011011100001010111000 | c3a2c2bcc3adc2b8 |
UHC | ?¼?¸ | 001111111010100011111001001111111010001010101100 | 3fa8f93fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)