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 | í±cí§ | 11101101100110001011000101100011111011011001100010100111 | ed98b163ed98a7 |
SJIS-WIN | ??±c??§ | 001111110011111110000001011111010110001100111111001111111000000110011000 | 3f3f817d633f3f8198 |
EUC-JP | í?±cí?§ | 10001111101010111011111100111111101000011101111001100011100011111010101110111111001111111010000111111000 | 8fabbf3fa1de638fabbf3fa1f8 |
UTF-8 | í±cí§ | 11000011101011011100001010011000110000101011000101100011110000111010110111000010100110001100001010100111 | c3adc298c2b163c3adc298c2a7 |
UHC | ??±c??§ | 001111110011111110100001101111100110001100111111001111111010000111010111 | 3f3fa1be633f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)