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í£ | 11101101100110001011000101100011111011011001100010100011 | ed98b163ed98a3 |
SJIS-WIN | ??±c??£ | 001111110011111110000001011111010110001100111111001111111000000110010010 | 3f3f817d633f3f8192 |
EUC-JP | í?±cí?£ | 10001111101010111011111100111111101000011101111001100011100011111010101110111111001111111010000111110010 | 8fabbf3fa1de638fabbf3fa1f2 |
UTF-8 | í±cí£ | 11000011101011011100001010011000110000101011000101100011110000111010110111000010100110001100001010100011 | c3adc298c2b163c3adc298c2a3 |
UHC | ??±c??? | 0011111100111111101000011011111001100011001111110011111100111111 | 3f3fa1be633f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)