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 | íä±ÐBF | 111011011110010010110001110100000100001001000110 | ede4b1d04246 |
SJIS-WIN | ??±?BF | 00111111001111111000000101111101001111110100001001000110 | 3f3f817d3f4246 |
EUC-JP | íä±?BF | 1000111110101011101111111000111110101011101000111010000111011110001111110100001001000110 | 8fabbf8faba3a1de3f4246 |
UTF-8 | íä±ÐBF | 11000011101011011100001110100100110000101011000111000011100100000100001001000110 | c3adc3a4c2b1c3904246 |
UHC | ??±ÐBF | 0011111100111111101000011011111010101000101000100100001001000110 | 3f3fa1bea8a24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)