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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??け | 00111111001111111000001010101111 | 3f3f82af |
| EUC-JP | ??け | 00111111001111111010010010110001 | 3f3fa4b1 |
| UTF-8 | 룶츕け | 111010111010001110110110111011001011100010010101111000111000000110010001 | eba3b6ecb895e38191 |
| UHC | 룶츕け | 100011111010101110101110100011111010101010110001 | 8fabae8faab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)