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 | 11110001111110111101001011101011110101011111100101000010 | f1fbd2ebd5f942 |
| SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| EUC-JP | ñûÒëÕùB | 10001111101010111101000010001111101010111110010110001111101010101101001010001111101010111011001110001111101010101101100010001111101010111110001101000010 | 8fabd08fabe58faad28fabb38faad88fabe342 |
| UTF-8 | ñûÒëÕùB | 11000011101100011100001110111011110000111001001011000011101010111100001110010101110000111011100101000010 | c3b1c3bbc392c3abc395c3b942 |
| UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)