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 | ðûÒëÕùB | 11110000111110111101001011101011110101011111100101000010 | f0fbd2ebd5f942 |
| SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| EUC-JP | ðûÒëÕùB | 10001111101010011100001110001111101010111110010110001111101010101101001010001111101010111011001110001111101010101101100010001111101010111110001101000010 | 8fa9c38fabe58faad28fabb38faad88fabe342 |
| UTF-8 | ðûÒëÕùB | 11000011101100001100001110111011110000111001001011000011101010111100001110010101110000111011100101000010 | c3b0c3bbc392c3abc395c3b942 |
| UHC | ð?????B | 1010100110100011001111110011111100111111001111110011111101000010 | a9a33f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)